| Modifier and Type | Method and Description |
|---|---|
S |
AggregationFilterStep.filter(SearchPredicate searchPredicate)
Filter nested objects from which values will be extracted for this aggregation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TermsAggregationBuilder.filter(SearchPredicate filter) |
void |
RangeAggregationBuilder.filter(SearchPredicate filter) |
| Modifier and Type | Method and Description |
|---|---|
SearchPredicate |
PredicateFinalStep.toPredicate()
Create a
SearchPredicate instance
matching the definition given in the previous DSL steps. |
| Modifier and Type | Method and Description |
|---|---|
S |
MatchAllPredicateOptionsStep.except(SearchPredicate searchPredicate)
Add a "must not" clause based on a previously-built
SearchPredicate, |
S |
BooleanPredicateClausesStep.filter(SearchPredicate searchPredicate)
Add a "filter" clause based on a previously-built
SearchPredicate. |
S |
BooleanPredicateClausesStep.must(SearchPredicate searchPredicate)
Add a "must" clause based on a previously-built
SearchPredicate. |
S |
BooleanPredicateClausesStep.mustNot(SearchPredicate searchPredicate)
Add a "must not" clause based on a previously-built
SearchPredicate. |
N |
NestedPredicateNestStep.nest(SearchPredicate searchPredicate)
Set the inner predicate to a previously-built
SearchPredicate. |
S |
BooleanPredicateClausesStep.should(SearchPredicate searchPredicate)
Add a "should" clause based on a previously-built
SearchPredicate. |
| Modifier and Type | Method and Description |
|---|---|
SearchPredicate |
AbstractPredicateFinalStep.toPredicate() |
| Modifier and Type | Method and Description |
|---|---|
SearchPredicate |
SearchPredicateBuilderFactory.toSearchPredicate(B builder)
Convert a predicate builder to a reusable
SearchPredicate object. |
| Modifier and Type | Method and Description |
|---|---|
B |
SearchPredicateBuilderFactory.toImplementation(SearchPredicate predicate)
Convert a
SearchPredicate object back to a predicate builder. |
| Modifier and Type | Method and Description |
|---|---|
default N |
SearchQueryWhereStep.predicate(SearchPredicate predicate)
Deprecated.
Use
SearchQueryWhereStep.where(SearchPredicate) instead. |
N |
SearchQueryWhereStep.where(SearchPredicate predicate)
Set the predicate for this query.
|
| Modifier and Type | Method and Description |
|---|---|
SearchQueryOptionsStep<?,E,LOS,?,?> |
AbstractDelegatingSearchQuerySelectStep.where(SearchPredicate predicate) |
S |
AbstractSearchQueryOptionsStep.where(SearchPredicate predicate) |
| Modifier and Type | Method and Description |
|---|---|
S |
SortFilterStep.filter(SearchPredicate searchPredicate)
Filter nested objects from which values will be extracted for this sort.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FieldSortBuilder.filter(SearchPredicate filter) |
void |
DistanceSortBuilder.filter(SearchPredicate filter) |
Copyright © 2006-2020 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.