Uses of Interface
org.hibernate.search.engine.backend.metamodel.IndexFieldTypeDescriptor
Packages that use IndexFieldTypeDescriptor
Package
Description
-
Uses of IndexFieldTypeDescriptor in org.hibernate.search.engine.backend.metamodel
Subinterfaces of IndexFieldTypeDescriptor in org.hibernate.search.engine.backend.metamodelModifier and TypeInterfaceDescriptioninterface
The type of an "object" field in the index, exposing its various capabilities.interface
The type of a "value" field in the index, exposing its various capabilities and accepted Java types.Methods in org.hibernate.search.engine.backend.metamodel that return IndexFieldTypeDescriptor -
Uses of IndexFieldTypeDescriptor in org.hibernate.search.engine.backend.types.spi
Classes in org.hibernate.search.engine.backend.types.spi that implement IndexFieldTypeDescriptorModifier and TypeClassDescriptionclass
AbstractIndexCompositeNodeType<SC extends SearchIndexScope<?>,
N extends SearchIndexCompositeNodeContext<SC>> class
AbstractIndexNodeType<SC extends SearchIndexScope<?>,
N extends SearchIndexNodeContext<SC>> class
AbstractIndexValueFieldType<SC extends SearchIndexScope<?>,
N extends SearchIndexValueFieldContext<SC>, F>