Class IndexIdentifier
java.lang.Object
org.hibernate.search.engine.backend.document.model.spi.IndexIdentifier
- All Implemented Interfaces:
SearchIndexIdentifierContext,EventContextProvider
-
Field Summary
Fields inherited from interface org.hibernate.search.engine.search.common.spi.SearchIndexIdentifierContext
RAW_DSL_CONVERTER, RAW_PROJECTION_CONVERTER -
Constructor Summary
ConstructorsConstructorDescriptionIndexIdentifier(DslConverter<?, String> dslConverter, DslConverter<?, String> parser, ProjectionConverter<String, ?> projectionConverter) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hibernate.search.engine.search.common.spi.SearchIndexIdentifierContext
dslConverter
-
Constructor Details
-
IndexIdentifier
public IndexIdentifier(DslConverter<?, String> dslConverter, DslConverter<?, String> parser, ProjectionConverter<String, ?> projectionConverter)
-
-
Method Details
-
eventContext
- Specified by:
eventContextin interfaceEventContextProvider
-
relativeEventContext
- Specified by:
relativeEventContextin interfaceSearchIndexIdentifierContext
-
mappingDslConverter
- Specified by:
mappingDslConverterin interfaceSearchIndexIdentifierContext
-
parserDslConverter
- Specified by:
parserDslConverterin interfaceSearchIndexIdentifierContext
-
mappingProjectionConverter
- Specified by:
mappingProjectionConverterin interfaceSearchIndexIdentifierContext
-