Interface SearchAggregationIndexScope<S extends SearchAggregationIndexScope<?>>
-
- All Superinterfaces:
EventContextProvider
,SearchIndexScope<S>
- All Known Subinterfaces:
SearchQueryIndexScope<S>
- All Known Implementing Classes:
AbstractSearchIndexScope
public interface SearchAggregationIndexScope<S extends SearchAggregationIndexScope<?>> extends SearchIndexScope<S>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SearchAggregationBuilderFactory
aggregationBuilders()
-
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, rootQueryElement, toAbsolutePath, toDocumentValueConvertContext, withRoot
-
-
-
-
Method Detail
-
aggregationBuilders
SearchAggregationBuilderFactory aggregationBuilders()
-
-