Interface LuceneSearchIndexScope<S extends LuceneSearchIndexScope<?>>
-
- All Superinterfaces:
EventContextProvider,SearchIndexScope<S>
- All Known Subinterfaces:
LuceneSearchAggregationIndexScope<S>,LuceneSearchPredicateIndexScope<S>,LuceneSearchProjectionIndexScope<S>,LuceneSearchQueryIndexScope<S>,LuceneSearchSortIndexScope<S>
- All Known Implementing Classes:
LuceneSearchIndexScopeImpl
public interface LuceneSearchIndexScope<S extends LuceneSearchIndexScope<?>> extends SearchIndexScope<S>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LuceneAnalysisDefinitionRegistryanalysisDefinitionRegistry()LuceneSearchIndexNodeContextchild(SearchIndexCompositeNodeContext<?> parent, String name)-
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
fieldQueryElement, hibernateSearchIndexNames, identifier, mappingContext, rootQueryElement, toAbsolutePath, toDocumentValueConvertContext, withRoot
-
-
-
-
Method Detail
-
child
LuceneSearchIndexNodeContext child(SearchIndexCompositeNodeContext<?> parent, String name)
- Specified by:
childin interfaceSearchIndexScope<S extends LuceneSearchIndexScope<?>>
-
analysisDefinitionRegistry
LuceneAnalysisDefinitionRegistry analysisDefinitionRegistry()
-
-