public static class BooleanQuery.Builder extends BooleanQueryBuilder<SearchQuery>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
protected SearchQuery |
combine(Collection<SearchQuery> must,
Collection<SearchQuery> should,
Collection<SearchQuery> mustNot) |
protected SearchQuery |
combine(Collection<SearchQuery> must,
Collection<SearchQuery> should,
Collection<SearchQuery> mustNot,
boolean expanded)
Deprecated.
since 5.10
|
addMust, addMust, addMust, addMustNot, addMustNot, addMustNot, addShould, addShould, addShould, build
protected SearchQuery combine(Collection<SearchQuery> must, Collection<SearchQuery> should, Collection<SearchQuery> mustNot, boolean expanded)
combine
in class BooleanQueryBuilder<SearchQuery>
protected SearchQuery combine(Collection<SearchQuery> must, Collection<SearchQuery> should, Collection<SearchQuery> mustNot)
combine
in class BooleanQueryBuilder<SearchQuery>
Copyright © 2003–2018 Atlassian. All rights reserved.