Interface SearchIndexScope<S extends SearchIndexScope<?>>
- Type Parameters:
S
- The self type, i.e. the exposed type of this scope.
- All Superinterfaces:
EventContextProvider
- All Known Subinterfaces:
SearchAggregationIndexScope<S>
,SearchPredicateIndexScope<S>
,SearchProjectionIndexScope<S>
,SearchQueryIndexScope<S>
,SearchSortIndexScope<S>
- All Known Implementing Classes:
AbstractSearchIndexScope
Information about indexes targeted by search,
be it in a projection, a predicate, a sort, ...
-
Method Summary
Modifier and TypeMethodDescriptionchild
(SearchIndexCompositeNodeContext<?> parent, String name) <T> T
fieldQueryElement
(String fieldPath, SearchQueryElementTypeKey<T> key) <T> T
toAbsolutePath
(String relativeFieldPath) Methods inherited from interface org.hibernate.search.util.common.reporting.spi.EventContextProvider
eventContext
-
Method Details
-
mappingContext
BackendMappingContext mappingContext() -
hibernateSearchIndexNames
-
toDocumentValueConvertContext
ToDocumentValueConvertContext toDocumentValueConvertContext() -
withRoot
-
toAbsolutePath
-
identifier
SearchIndexIdentifierContext identifier() -
child
-
rootQueryElement
-
fieldQueryElement
-