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