Class MultiIndexSearchIndexIdentifierContext
java.lang.Object
org.hibernate.search.engine.search.common.spi.MultiIndexSearchIndexIdentifierContext
- All Implemented Interfaces:
SearchIndexIdentifierContext,org.hibernate.search.util.common.reporting.spi.EventContextProvider
public class MultiIndexSearchIndexIdentifierContext
extends Object
implements SearchIndexIdentifierContext
-
Field Summary
Fields inherited from interface org.hibernate.search.engine.search.common.spi.SearchIndexIdentifierContext
RAW_DSL_CONVERTER, RAW_PROJECTION_CONVERTER -
Constructor Summary
ConstructorsConstructorDescriptionMultiIndexSearchIndexIdentifierContext(AbstractSearchIndexScope<?, ?, ?, ?, ?> scope, List<SearchIndexIdentifierContext> contextByIndex) -
Method Summary
Modifier and TypeMethodDescriptionorg.hibernate.search.util.common.reporting.EventContextprotected final <T> TfromContextsIfCompatible(Function<SearchIndexIdentifierContext, T> getter, BiPredicate<T, T> compatibilityChecker, String attributeName) org.hibernate.search.util.common.reporting.EventContextMethods 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
-
MultiIndexSearchIndexIdentifierContext
public MultiIndexSearchIndexIdentifierContext(AbstractSearchIndexScope<?, ?, ?, ?, ?> scope, List<SearchIndexIdentifierContext> contextByIndex)
-
-
Method Details
-
eventContext
public org.hibernate.search.util.common.reporting.EventContext eventContext()- Specified by:
eventContextin interfaceorg.hibernate.search.util.common.reporting.spi.EventContextProvider
-
relativeEventContext
public org.hibernate.search.util.common.reporting.EventContext relativeEventContext()- Specified by:
relativeEventContextin interfaceSearchIndexIdentifierContext
-
mappingDslConverter
- Specified by:
mappingDslConverterin interfaceSearchIndexIdentifierContext
-
parserDslConverter
- Specified by:
parserDslConverterin interfaceSearchIndexIdentifierContext
-
mappingProjectionConverter
- Specified by:
mappingProjectionConverterin interfaceSearchIndexIdentifierContext
-
fromContextsIfCompatible
protected final <T> T fromContextsIfCompatible(Function<SearchIndexIdentifierContext, T> getter, BiPredicate<T, T> compatibilityChecker, String attributeName)
-