Uses of Interface
org.hibernate.search.engine.backend.metamodel.IndexFieldDescriptor
Packages that use IndexFieldDescriptor
Package
Description
-
Uses of IndexFieldDescriptor in org.hibernate.search.engine.backend.document.model.spi
Subinterfaces of IndexFieldDescriptor in org.hibernate.search.engine.backend.document.model.spiModifier and TypeInterfaceDescriptioninterface
IndexField<SC extends SearchIndexScope<?>,
C extends IndexCompositeNode<SC, ?, ?>> interface
IndexObjectField<SC extends SearchIndexScope<?>,
NT extends AbstractIndexCompositeNodeType<SC, ?>, C extends IndexCompositeNode<SC, NT, F>, F extends IndexField<SC, ?>> interface
IndexValueField<SC extends SearchIndexScope<?>,
NT extends AbstractIndexValueFieldType<SC, ?, ?>, C extends IndexCompositeNode<SC, ?, ?>> Classes in org.hibernate.search.engine.backend.document.model.spi that implement IndexFieldDescriptorModifier and TypeClassDescriptionclass
AbstractIndexField<S extends AbstractIndexField<S,
SC, ?, C>, SC extends SearchIndexScope<?>, NT extends SearchIndexNodeTypeContext<SC, ? super S>, C extends IndexCompositeNode<SC, ?, ?>> class
AbstractIndexObjectField<S extends AbstractIndexObjectField<S,
SC, NT, C, F>, SC extends SearchIndexScope<?>, NT extends AbstractIndexCompositeNodeType<SC, ? super S>, C extends IndexCompositeNode<SC, NT, F>, F extends IndexField<SC, ?>> class
AbstractIndexValueField<S extends AbstractIndexValueField<S,
SC, FT, C, F>, SC extends SearchIndexScope<?>, FT extends AbstractIndexValueFieldType<SC, ? super S, F>, C extends IndexCompositeNode<SC, ?, ?>, F> Methods in org.hibernate.search.engine.backend.document.model.spi that return types with arguments of type IndexFieldDescriptorModifier and TypeMethodDescriptionfinal Optional<IndexFieldDescriptor>
final Collection<IndexFieldDescriptor>
AbstractIndexModel.staticFields()
-
Uses of IndexFieldDescriptor in org.hibernate.search.engine.backend.metamodel
Subinterfaces of IndexFieldDescriptor in org.hibernate.search.engine.backend.metamodelModifier and TypeInterfaceDescriptioninterface
An "object" field in the index, i.e.interface
A "value" field in the index, i.e.Methods in org.hibernate.search.engine.backend.metamodel that return types with arguments of type IndexFieldDescriptorModifier and TypeMethodDescriptionGet a field by its path.Collection<? extends IndexFieldDescriptor>
IndexCompositeElementDescriptor.staticChildren()
Get all statically-defined, direct child fields for this element.Map<String,
? extends IndexFieldDescriptor> IndexCompositeElementDescriptor.staticChildrenByName()
Get all statically-defined, direct child fields for this element, mapped by theirrelative name
.IndexDescriptor.staticFields()
Get all statically-defined fields for this index.