public class CompoundQueryBuilder extends CompoundQueryAbstractBuilder<CompoundQueryBuilder>
Modifier and Type | Class and Description |
---|---|
static class |
CompoundQueryBuilder.Nested<R> |
Modifier and Type | Method and Description |
---|---|
CompoundQuery |
build() |
static CompoundQueryBuilder |
builder() |
static <S> CompoundQueryBuilder.Nested<S> |
builder(Consumer<Query> callback,
S parent) |
withMinimumNumberShouldMatch, withMust, withMust, withMust, withMustNot, withMustNot, withMustNot, withQuery, withShould, withShould, withShould
public static <S> CompoundQueryBuilder.Nested<S> builder(Consumer<Query> callback, S parent)
public static CompoundQueryBuilder builder()
public CompoundQuery build()