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
eventContextMethods inherited from interface org.hibernate.search.engine.backend.document.model.spi.IndexField
parent, toComposite, toObjectField, toValueFieldMethods inherited from interface org.hibernate.search.engine.backend.metamodel.IndexFieldDescriptor
absolutePath, isObjectField, isValueField, multiValued, multiValuedInRoot, relativeName, toObjectField, toValueFieldMethods inherited from interface org.hibernate.search.engine.backend.document.model.spi.IndexNode
inclusionMethods 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:
typein interfaceIndexFieldDescriptor- Specified by:
typein interfaceIndexValueFieldDescriptor- Specified by:
typein interfaceSearchIndexValueFieldContext<SC extends SearchIndexScope<?>>- Returns:
- The type of this field, exposing its various capabilities.
- See Also:
-