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