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 TypeInterfaceDescriptioninterfaceThe type of an "object" field in the index, exposing its various capabilities.interfaceThe 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 TypeClassDescriptionclassAbstractIndexCompositeNodeType<SC extends SearchIndexScope<?>,N extends SearchIndexCompositeNodeContext<SC>> classAbstractIndexNodeType<SC extends SearchIndexScope<?>,N extends SearchIndexNodeContext<SC>> classAbstractIndexValueFieldType<SC extends SearchIndexScope<?>,N extends SearchIndexValueFieldContext<SC>, F>