Interface SearchIndexIdentifierContext
-
- All Superinterfaces:
EventContextProvider
- All Known Implementing Classes:
IndexIdentifier
,MultiIndexSearchIndexIdentifierContext
public interface SearchIndexIdentifierContext extends EventContextProvider
Information about an identifier targeted by search.This is used in predicates, projections, sorts, ...
-
-
Field Summary
Fields Modifier and Type Field Description static DslConverter<String,String>
RAW_DSL_CONVERTER
static ProjectionConverter<String,String>
RAW_PROJECTION_CONVERTER
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description DslConverter<?,String>
dslConverter()
default DslConverter<?,String>
dslConverter(ValueConvert convert)
ProjectionConverter<String,?>
projectionConverter()
EventContext
relativeEventContext()
-
Methods inherited from interface org.hibernate.search.util.common.reporting.spi.EventContextProvider
eventContext
-
-
-
-
Field Detail
-
RAW_DSL_CONVERTER
static final DslConverter<String,String> RAW_DSL_CONVERTER
-
RAW_PROJECTION_CONVERTER
static final ProjectionConverter<String,String> RAW_PROJECTION_CONVERTER
-
-
Method Detail
-
relativeEventContext
EventContext relativeEventContext()
-
dslConverter
default DslConverter<?,String> dslConverter(ValueConvert convert)
-
dslConverter
DslConverter<?,String> dslConverter()
-
projectionConverter
ProjectionConverter<String,?> projectionConverter()
-
-