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)  | 
withMinimumMatch, withMinimumMatch, withMinimumMatch, withMinimumNumberShouldMatch, withMust, withMust, withMust, withMustNot, withMustNot, withMustNot, withQuery, withShould, withShould, withShouldpublic static <S> CompoundQueryBuilder.Nested<S> builder(Consumer<Query> callback, S parent)
public static CompoundQueryBuilder builder()
public CompoundQuery build()