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<SR,,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> TfieldQueryElement(String fieldPath, SearchQueryElementTypeKey<T> key) <T> TtoAbsolutePath(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
-