Interface ElasticsearchSearchAggregationIndexScope<S extends ElasticsearchSearchAggregationIndexScope<?>>
-
- All Superinterfaces:
EventContextProvider,SearchAggregationIndexScope<S>,SearchIndexScope<S>
- All Known Subinterfaces:
ElasticsearchSearchQueryIndexScope<S>
- All Known Implementing Classes:
ElasticsearchSearchIndexScopeImpl
public interface ElasticsearchSearchAggregationIndexScope<S extends ElasticsearchSearchAggregationIndexScope<?>> extends SearchAggregationIndexScope<S>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ElasticsearchSearchAggregationBuilderFactoryaggregationBuilders()-
Methods inherited from interface org.hibernate.search.util.common.reporting.spi.EventContextProvider
eventContext
-
Methods inherited from interface org.hibernate.search.engine.search.common.spi.SearchIndexScope
child, fieldQueryElement, hibernateSearchIndexNames, identifier, mappingContext, rootQueryElement, toAbsolutePath, toDocumentValueConvertContext, withRoot
-
-
-
-
Method Detail
-
aggregationBuilders
ElasticsearchSearchAggregationBuilderFactory aggregationBuilders()
- Specified by:
aggregationBuildersin interfaceSearchAggregationIndexScope<S extends ElasticsearchSearchAggregationIndexScope<?>>
-
-