Class TermsQueryAbstractBuilder<T extends TermsQueryAbstractBuilder<T>>

    • Constructor Detail

      • TermsQueryAbstractBuilder

        public TermsQueryAbstractBuilder()
    • Method Detail

      • withField

        public T withField​(java.lang.String field)
      • withValue

        public T withValue​(java.lang.String value)
      • withValues

        public T withValues​(java.util.List<java.lang.String> values)
      • withMethod

        public T withMethod​(java.lang.String method)