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 TypeInterfaceDescriptioninterfaceIndexField<SC extends SearchIndexScope<?>,C extends IndexCompositeNode<SC, ?, ?>> interfaceIndexObjectField<SC extends SearchIndexScope<?>,NT extends AbstractIndexCompositeNodeType<SC, ?>, C extends IndexCompositeNode<SC, NT, F>, F extends IndexField<SC, ?>> interfaceIndexValueField<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 TypeClassDescriptionclassAbstractIndexField<S extends AbstractIndexField<S,SC, ?, C>, SC extends SearchIndexScope<?>, NT extends SearchIndexNodeTypeContext<SC, ? super S>, C extends IndexCompositeNode<SC, ?, ?>> classAbstractIndexObjectField<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, ?>> classAbstractIndexValueField<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 TypeInterfaceDescriptioninterfaceAn "object" field in the index, i.e.interfaceA "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.