| Modifier and Type | Method and Description |
|---|---|
SearchAggregationFactory |
MappedIndexScope.aggregation() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ExtendedSearchAggregationFactory<PDF extends SearchPredicateFactory>
A base interface for subtypes of
SearchAggregationFactory allowing to
easily override the predicate factory type for all relevant methods. |
| Modifier and Type | Method and Description |
|---|---|
Optional<T> |
SearchAggregationFactoryExtension.extendOptional(SearchAggregationFactory original,
SearchAggregationDslContext<?,?> dslContext)
Attempt to extend a given factory, returning an empty
Optional in case of failure. |
| Modifier and Type | Class and Description |
|---|---|
class |
DelegatingSearchAggregationFactory<PDF extends SearchPredicateFactory>
A delegating
SearchAggregationFactory. |
| Modifier and Type | Method and Description |
|---|---|
protected SearchAggregationFactory |
DelegatingSearchAggregationFactory.delegate() |
| Constructor and Description |
|---|
DelegatingSearchAggregationFactory(SearchAggregationFactory delegate,
SearchAggregationDslContext<?,? extends PDF> dslContext) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SearchQueryOptionsStep<S extends SearchQueryOptionsStep<?,H,LOS,SF,AF>,H,LOS,SF extends SearchSortFactory,AF extends SearchAggregationFactory>
The final step in a query definition, where optional parameters such as
sorts can be set,
and where the query can be executed or retrieved as an object. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractExtendedSearchQueryOptionsStep<S extends SearchQueryOptionsStep<S,H,LOS,SF,AF>,H,R extends SearchResult<H>,LOS,PDF extends SearchPredicateFactory,SF extends SearchSortFactory,AF extends SearchAggregationFactory,C> |
class |
AbstractSearchQueryOptionsStep<S extends SearchQueryOptionsStep<S,H,LOS,SF,AF>,H,LOS,PDF extends SearchPredicateFactory,SF extends SearchSortFactory,AF extends SearchAggregationFactory,C> |
| Modifier and Type | Method and Description |
|---|---|
protected abstract AF |
AbstractSearchQueryOptionsStep.extendAggregationFactory(SearchAggregationFactory aggregationFactory) |
Copyright © 2006-2020 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.