Class CompoundQueryAbstractBuilder<T extends CompoundQueryAbstractBuilder<T>>

    • Constructor Detail

      • CompoundQueryAbstractBuilder

        public CompoundQueryAbstractBuilder()
    • Method Detail

      • withMinimumNumberShouldMatch

        @Deprecated
        public T withMinimumNumberShouldMatch​(java.lang.String minimumNumberShouldMatch)
        Deprecated.
      • withMust

        public T withMust​(Query query)
      • withMust

        public T withMust​(java.util.List<Query> queries)
      • withShould

        public T withShould​(Query query)
      • withShould

        public T withShould​(java.util.List<Query> queries)
      • withMustNot

        public T withMustNot​(Query query)
      • withMustNot

        public T withMustNot​(java.util.List<Query> queries)
      • withMinimumMatch

        public T withMinimumMatch​(MinimumMatch minMatch)
      • withMinimumMatch

        public T withMinimumMatch​(java.util.List<MinimumMatch> minMatches)