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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NT
type()
-
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, multiValuedInRoot
-
Methods inherited from interface org.hibernate.search.engine.search.common.spi.SearchIndexNodeContext
absolutePath, absolutePathComponents, isComposite, isValueField, nestedDocumentPath, nestedPathHierarchy, queryElement, relativeEventContext
-
Methods inherited from interface org.hibernate.search.engine.search.common.spi.SearchIndexValueFieldContext
multiValuedInRoot
-
-
-
-
Method Detail
-
type
NT type()
- Specified by:
type
in interfaceIndexValueFieldDescriptor
- Specified by:
type
in interfaceSearchIndexValueFieldContext<SC extends SearchIndexScope<?>>
- Returns:
- The type of this field, exposing its various capabilities and accepted Java types.
- See Also:
IndexValueFieldTypeDescriptor
-
-