Class TermsQueryFieldBuilders

java.lang.Object
co.elastic.clients.elasticsearch._types.query_dsl.TermsQueryFieldBuilders

public class TermsQueryFieldBuilders
extends java.lang.Object
Builders for TermsQueryField variants.

Variants value are not available here as they don't have a dedicated class. Use TermsQueryField's builder for these.

  • Method Summary

    Modifier and Type Method Description
    static TermsLookup.Builder lookup()
    Creates a builder for the lookup TermsQueryField variant.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details