Interface SearchIndexIdentifierContext
- All Superinterfaces:
EventContextProvider
- All Known Implementing Classes:
IndexIdentifier
,MultiIndexSearchIndexIdentifierContext
Information about an identifier targeted by search.
This is used in predicates, projections, sorts, ...
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DslConverter
<String, String> static final ProjectionConverter
<String, String> -
Method Summary
Modifier and TypeMethodDescriptiondefault DslConverter
<?, String> dslConverter
(ValueModel valueModel) Methods inherited from interface org.hibernate.search.util.common.reporting.spi.EventContextProvider
eventContext
-
Field Details
-
RAW_DSL_CONVERTER
-
RAW_PROJECTION_CONVERTER
-
-
Method Details
-
relativeEventContext
EventContext relativeEventContext() -
dslConverter
-
mappingDslConverter
DslConverter<?,String> mappingDslConverter() -
parserDslConverter
-
mappingProjectionConverter
ProjectionConverter<String,?> mappingProjectionConverter()
-