Interface LuceneSearchAggregationIndexScope<S extends LuceneSearchAggregationIndexScope<?>>
- All Superinterfaces:
EventContextProvider,LuceneSearchIndexScope<S>,SearchAggregationIndexScope<S>,SearchIndexScope<S>
- All Known Subinterfaces:
LuceneSearchQueryIndexScope<S>
- All Known Implementing Classes:
LuceneSearchIndexScopeImpl
public interface LuceneSearchAggregationIndexScope<S extends LuceneSearchAggregationIndexScope<?>>
extends SearchAggregationIndexScope<S>, LuceneSearchIndexScope<S>
-
Method Summary
Methods inherited from interface org.hibernate.search.util.common.reporting.spi.EventContextProvider
eventContextMethods inherited from interface org.hibernate.search.backend.lucene.search.common.impl.LuceneSearchIndexScope
analysisDefinitionRegistry, childMethods inherited from interface org.hibernate.search.engine.search.common.spi.SearchIndexScope
fieldQueryElement, hibernateSearchIndexNames, identifier, mappingContext, rootQueryElement, toAbsolutePath, toDocumentValueConvertContext, withRoot
-
Method Details
-
aggregationBuilders
LuceneSearchAggregationBuilderFactory aggregationBuilders()- Specified by:
aggregationBuildersin interfaceSearchAggregationIndexScope<S extends LuceneSearchAggregationIndexScope<?>>
-