Class MultiIndexSearchIndexIdentifierContext
java.lang.Object
org.hibernate.search.engine.search.common.spi.MultiIndexSearchIndexIdentifierContext
- All Implemented Interfaces:
SearchIndexIdentifierContext
,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
ConstructorDescriptionMultiIndexSearchIndexIdentifierContext
(AbstractSearchIndexScope<?, ?, ?, ?> scope, List<SearchIndexIdentifierContext> contextByIndex) -
Method Summary
Modifier and TypeMethodDescriptionprotected final <T> T
fromContextsIfCompatible
(Function<SearchIndexIdentifierContext, T> getter, BiPredicate<T, T> compatibilityChecker, String attributeName) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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
- Specified by:
eventContext
in interfaceEventContextProvider
-
relativeEventContext
- Specified by:
relativeEventContext
in interfaceSearchIndexIdentifierContext
-
dslConverter
- Specified by:
dslConverter
in interfaceSearchIndexIdentifierContext
-
projectionConverter
- Specified by:
projectionConverter
in interfaceSearchIndexIdentifierContext
-
fromContextsIfCompatible
protected final <T> T fromContextsIfCompatible(Function<SearchIndexIdentifierContext, T> getter, BiPredicate<T, T> compatibilityChecker, String attributeName)
-