Interface ElasticsearchSearchProjectionIndexScope<S extends ElasticsearchSearchProjectionIndexScope<?>>
- All Superinterfaces:
EventContextProvider,SearchIndexScope<S>,SearchProjectionIndexScope<S>
- All Known Subinterfaces:
ElasticsearchSearchQueryIndexScope<S>
- All Known Implementing Classes:
ElasticsearchSearchIndexScopeImpl
public interface ElasticsearchSearchProjectionIndexScope<S extends ElasticsearchSearchProjectionIndexScope<?>>
extends SearchProjectionIndexScope<S>
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface org.hibernate.search.util.common.reporting.spi.EventContextProvider
eventContextMethods inherited from interface org.hibernate.search.engine.search.common.spi.SearchIndexScope
child, fieldQueryElement, hibernateSearchIndexNames, identifier, mappingContext, rootQueryElement, toAbsolutePath, toDocumentValueConvertContext, withRootMethods inherited from interface org.hibernate.search.engine.search.projection.spi.SearchProjectionIndexScope
mappedTypeContexts, projectionRegistry
-
Method Details
-
projectionBuilders
ElasticsearchSearchProjectionBuilderFactory projectionBuilders()- Specified by:
projectionBuildersin interfaceSearchProjectionIndexScope<S extends ElasticsearchSearchProjectionIndexScope<?>>
-