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
(ValueConvert convert) 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
-
dslConverter
DslConverter<?,String> dslConverter() -
projectionConverter
ProjectionConverter<String,?> projectionConverter()
-