Interface SearchProjectionIndexScope<S extends SearchProjectionIndexScope<?>>
- All Superinterfaces:
EventContextProvider
,SearchIndexScope<S>
- All Known Subinterfaces:
SearchQueryIndexScope<S>
- All Known Implementing Classes:
AbstractSearchIndexScope
public interface SearchProjectionIndexScope<S extends SearchProjectionIndexScope<?>>
extends SearchIndexScope<S>
-
Method Summary
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 Details
-
projectionBuilders
SearchProjectionBuilderFactory projectionBuilders() -
projectionRegistry
ProjectionRegistry projectionRegistry() -
mappedTypeContexts
List<? extends ProjectionMappedTypeContext> mappedTypeContexts()
-