Uses of Interface
org.hibernate.search.engine.backend.metamodel.IndexFieldDescriptor
-
Packages that use IndexFieldDescriptor Package Description org.hibernate.search.engine.backend.document.model.spi org.hibernate.search.engine.backend.metamodel -
-
Uses of IndexFieldDescriptor in org.hibernate.search.engine.backend.document.model.spi
Subinterfaces of IndexFieldDescriptor in org.hibernate.search.engine.backend.document.model.spi Modifier and Type Interface Description interfaceIndexField<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 IndexFieldDescriptor Modifier and Type Class Description classAbstractIndexField<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 IndexFieldDescriptor Modifier and Type Method Description Optional<IndexFieldDescriptor>AbstractIndexModel. field(String absolutePath)Collection<IndexFieldDescriptor>AbstractIndexModel. staticFields() -
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 interfaceIndexObjectFieldDescriptorAn "object" field in the index, i.e.interfaceIndexValueFieldDescriptorA "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.
-