Uses of Interface
org.hibernate.search.engine.backend.metamodel.IndexFieldDescriptor
-
Packages that use IndexFieldDescriptor Package Description org.hibernate.search.engine.backend.metamodel -
-
Uses of IndexFieldDescriptor in org.hibernate.search.engine.backend.metamodel
Subinterfaces of IndexFieldDescriptor in org.hibernate.search.engine.backend.metamodel Modifier and Type Interface Description interface
IndexObjectFieldDescriptor
An "object" field in the index, i.e.interface
IndexValueFieldDescriptor
A "value" field in the index, i.e.Methods in org.hibernate.search.engine.backend.metamodel that return types with arguments of type IndexFieldDescriptor Modifier and Type Method Description Optional<IndexFieldDescriptor>
IndexDescriptor. field(String absolutePath)
Get 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
.Collection<IndexFieldDescriptor>
IndexDescriptor. staticFields()
Get all statically-defined fields for this index.
-