Class AbstractMultiIndexSearchIndexValueFieldContext<S extends SearchIndexValueFieldContext<SC>,SC extends SearchIndexScope<?>,FT extends SearchIndexValueFieldTypeContext<SC,S,F>,F>
java.lang.Object
org.hibernate.search.engine.search.common.spi.AbstractMultiIndexSearchIndexNodeContext<S,SC,FT>
org.hibernate.search.engine.search.common.spi.AbstractMultiIndexSearchIndexValueFieldContext<S,SC,FT,F>
- All Implemented Interfaces:
SearchIndexNodeContext<SC>,SearchIndexNodeTypeContext<SC,,S> SearchIndexValueFieldContext<SC>,SearchIndexValueFieldTypeContext<SC,,S, F> org.hibernate.search.util.common.reporting.spi.EventContextProvider
public abstract class AbstractMultiIndexSearchIndexValueFieldContext<S extends SearchIndexValueFieldContext<SC>,SC extends SearchIndexScope<?>,FT extends SearchIndexValueFieldTypeContext<SC,S,F>,F>
extends AbstractMultiIndexSearchIndexNodeContext<S,SC,FT>
implements SearchIndexValueFieldContext<SC>, SearchIndexValueFieldTypeContext<SC,S,F>
-
Field Summary
Fields inherited from class org.hibernate.search.engine.search.common.spi.AbstractMultiIndexSearchIndexNodeContext
absolutePath, nodeForEachIndex, scope -
Constructor Summary
ConstructorsConstructorDescriptionAbstractMultiIndexSearchIndexValueFieldContext(SC scope, String absolutePath, List<? extends S> fieldForEachIndex) -
Method Summary
Modifier and TypeMethodDescriptionbooleanfinal DslConverter<F, F> final ProjectionConverter<F, F> final booleanbooleanfinal booleanfinal DslConverter<?, F> final ProjectionConverter<F, ?> DslConverter<?, F> DslConverter<?, ?> ProjectionConverter<?, ?> final Sfinal FTtype()Methods inherited from class org.hibernate.search.engine.search.common.spi.AbstractMultiIndexSearchIndexNodeContext
absolutePath, absolutePathComponents, cannotUseQueryElement, closestMultiValuedParentAbsolutePath, eventContext, fromNodeIfCompatible, fromTypeIfCompatible, indexesEventContext, multiValued, multiValuedInRoot, nestedDocumentPath, nestedPathHierarchy, queryElement, queryElementFactory, relativeEventContext, self, selfAsNodeType, typeOfMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hibernate.search.util.common.reporting.spi.EventContextProvider
eventContextMethods inherited from interface org.hibernate.search.engine.search.common.spi.SearchIndexNodeContext
absolutePath, absolutePathComponents, cannotUseQueryElement, closestMultiValuedParentAbsolutePath, multiValued, multiValuedInRoot, nestedDocumentPath, nestedPathHierarchy, queryElement, relativeEventContextMethods inherited from interface org.hibernate.search.engine.search.common.spi.SearchIndexNodeTypeContext
queryElementFactoryMethods inherited from interface org.hibernate.search.engine.search.common.spi.SearchIndexValueFieldTypeContext
dslConverter, projectionConverter
-
Constructor Details
-
AbstractMultiIndexSearchIndexValueFieldContext
-
-
Method Details
-
type
- Specified by:
typein interfaceSearchIndexValueFieldContext<S extends SearchIndexValueFieldContext<SC>>
-
isComposite
public final boolean isComposite()- Specified by:
isCompositein interfaceSearchIndexNodeContext<S extends SearchIndexValueFieldContext<SC>>
-
isObjectField
public boolean isObjectField()- Specified by:
isObjectFieldin interfaceSearchIndexNodeContext<S extends SearchIndexValueFieldContext<SC>>
-
isValueField
public final boolean isValueField()- Specified by:
isValueFieldin interfaceSearchIndexNodeContext<S extends SearchIndexValueFieldContext<SC>>
-
toComposite
- Specified by:
toCompositein interfaceSearchIndexNodeContext<S extends SearchIndexValueFieldContext<SC>>
-
toObjectField
- Specified by:
toObjectFieldin interfaceSearchIndexNodeContext<S extends SearchIndexValueFieldContext<SC>>
-
toValueField
- Specified by:
toValueFieldin interfaceSearchIndexNodeContext<S extends SearchIndexValueFieldContext<SC>>
-
valueClass
- Specified by:
valueClassin interfaceSearchIndexValueFieldTypeContext<S extends SearchIndexValueFieldContext<SC>,SC extends SearchIndexScope<?>, FT extends SearchIndexValueFieldTypeContext<SC, S, F>>
-
mappingDslConverter
- Specified by:
mappingDslConverterin interfaceSearchIndexValueFieldTypeContext<S extends SearchIndexValueFieldContext<SC>,SC extends SearchIndexScope<?>, FT extends SearchIndexValueFieldTypeContext<SC, S, F>>
-
indexDslConverter
- Specified by:
indexDslConverterin interfaceSearchIndexValueFieldTypeContext<S extends SearchIndexValueFieldContext<SC>,SC extends SearchIndexScope<?>, FT extends SearchIndexValueFieldTypeContext<SC, S, F>>
-
rawDslConverter
- Specified by:
rawDslConverterin interfaceSearchIndexValueFieldTypeContext<S extends SearchIndexValueFieldContext<SC>,SC extends SearchIndexScope<?>, FT extends SearchIndexValueFieldTypeContext<SC, S, F>>
-
mappingProjectionConverter
- Specified by:
mappingProjectionConverterin interfaceSearchIndexValueFieldTypeContext<S extends SearchIndexValueFieldContext<SC>,SC extends SearchIndexScope<?>, FT extends SearchIndexValueFieldTypeContext<SC, S, F>>
-
indexProjectionConverter
- Specified by:
indexProjectionConverterin interfaceSearchIndexValueFieldTypeContext<S extends SearchIndexValueFieldContext<SC>,SC extends SearchIndexScope<?>, FT extends SearchIndexValueFieldTypeContext<SC, S, F>>
-
rawProjectionConverter
- Specified by:
rawProjectionConverterin interfaceSearchIndexValueFieldTypeContext<S extends SearchIndexValueFieldContext<SC>,SC extends SearchIndexScope<?>, FT extends SearchIndexValueFieldTypeContext<SC, S, F>>
-
parserDslConverter
- Specified by:
parserDslConverterin interfaceSearchIndexValueFieldTypeContext<S extends SearchIndexValueFieldContext<SC>,SC extends SearchIndexScope<?>, FT extends SearchIndexValueFieldTypeContext<SC, S, F>>
-
formatterProjectionConverter
- Specified by:
formatterProjectionConverterin interfaceSearchIndexValueFieldTypeContext<S extends SearchIndexValueFieldContext<SC>,SC extends SearchIndexScope<?>, FT extends SearchIndexValueFieldTypeContext<SC, S, F>>
-
highlighterTypeSupported
- Specified by:
highlighterTypeSupportedin interfaceSearchIndexValueFieldTypeContext<S extends SearchIndexValueFieldContext<SC>,SC extends SearchIndexScope<?>, FT extends SearchIndexValueFieldTypeContext<SC, S, F>>
-