Interface LuceneSearchProjectionIndexScope<S extends LuceneSearchProjectionIndexScope<?>>
-
- All Superinterfaces:
EventContextProvider,LuceneSearchIndexScope<S>,SearchIndexScope<S>,SearchProjectionIndexScope<S>
- All Known Subinterfaces:
LuceneSearchQueryIndexScope<S>
- All Known Implementing Classes:
LuceneSearchIndexScopeImpl
public interface LuceneSearchProjectionIndexScope<S extends LuceneSearchProjectionIndexScope<?>> extends SearchProjectionIndexScope<S>, LuceneSearchIndexScope<S>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LuceneSearchProjectionBuilderFactoryprojectionBuilders()-
Methods inherited from interface org.hibernate.search.util.common.reporting.spi.EventContextProvider
eventContext
-
Methods inherited from interface org.hibernate.search.backend.lucene.search.common.impl.LuceneSearchIndexScope
analysisDefinitionRegistry, child
-
Methods inherited from interface org.hibernate.search.engine.search.common.spi.SearchIndexScope
fieldQueryElement, hibernateSearchIndexNames, identifier, mappingContext, rootQueryElement, toAbsolutePath, toDocumentValueConvertContext, withRoot
-
Methods inherited from interface org.hibernate.search.engine.search.projection.spi.SearchProjectionIndexScope
mappedTypeContexts, projectionRegistry
-
-
-
-
Method Detail
-
projectionBuilders
LuceneSearchProjectionBuilderFactory projectionBuilders()
- Specified by:
projectionBuildersin interfaceSearchProjectionIndexScope<S extends LuceneSearchProjectionIndexScope<?>>
-
-