Interface IndexValueField<SC extends SearchIndexScope<?>,NT extends AbstractIndexValueFieldType<SC,?,?>,C extends IndexCompositeNode<SC,?,?>>
- All Superinterfaces:
EventContextProvider
,IndexField<SC,
,C> IndexFieldDescriptor
,IndexNode<SC>
,IndexValueFieldDescriptor
,SearchIndexNodeContext<SC>
,SearchIndexValueFieldContext<SC>
- All Known Implementing Classes:
AbstractIndexValueField
public interface IndexValueField<SC extends SearchIndexScope<?>,NT extends AbstractIndexValueFieldType<SC,?,?>,C extends IndexCompositeNode<SC,?,?>>
extends IndexNode<SC>, IndexField<SC,C>, IndexValueFieldDescriptor, SearchIndexValueFieldContext<SC>
-
Method Summary
Methods inherited from interface org.hibernate.search.util.common.reporting.spi.EventContextProvider
eventContext
Methods inherited from interface org.hibernate.search.engine.backend.document.model.spi.IndexField
parent, toComposite, toObjectField, toValueField
Methods inherited from interface org.hibernate.search.engine.backend.metamodel.IndexFieldDescriptor
absolutePath, isObjectField, isValueField, multiValued, multiValuedInRoot, relativeName, toObjectField, toValueField
Methods inherited from interface org.hibernate.search.engine.backend.document.model.spi.IndexNode
inclusion
Methods inherited from interface org.hibernate.search.engine.search.common.spi.SearchIndexNodeContext
absolutePath, absolutePathComponents, cannotUseQueryElement, closestMultiValuedParentAbsolutePath, isComposite, isObjectField, isValueField, multiValued, multiValuedInRoot, nestedDocumentPath, nestedPathHierarchy, queryElement, relativeEventContext
-
Method Details
-
type
NT type()- Specified by:
type
in interfaceIndexFieldDescriptor
- Specified by:
type
in interfaceIndexValueFieldDescriptor
- Specified by:
type
in interfaceSearchIndexValueFieldContext<SC extends SearchIndexScope<?>>
- Returns:
- The type of this field, exposing its various capabilities.
- See Also:
-