Uses of Interface
org.hibernate.search.engine.backend.metamodel.IndexObjectFieldDescriptor
-
-
Uses of IndexObjectFieldDescriptor in org.hibernate.search.backend.elasticsearch.document.model.impl
Classes in org.hibernate.search.backend.elasticsearch.document.model.impl that implement IndexObjectFieldDescriptor Modifier and Type Class Description classElasticsearchIndexObjectField -
Uses of IndexObjectFieldDescriptor in org.hibernate.search.backend.lucene.document.model.impl
Classes in org.hibernate.search.backend.lucene.document.model.impl that implement IndexObjectFieldDescriptor Modifier and Type Class Description classLuceneIndexObjectField -
Uses of IndexObjectFieldDescriptor in org.hibernate.search.engine.backend.document.model.spi
Subinterfaces of IndexObjectFieldDescriptor in org.hibernate.search.engine.backend.document.model.spi Modifier and Type Interface Description interfaceIndexObjectField<SC extends SearchIndexScope<?>,NT extends AbstractIndexCompositeNodeType<SC,?>,C extends IndexCompositeNode<SC,NT,F>,F extends IndexField<SC,?>>Classes in org.hibernate.search.engine.backend.document.model.spi that implement IndexObjectFieldDescriptor Modifier and Type Class Description 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,?>> -
Uses of IndexObjectFieldDescriptor in org.hibernate.search.engine.backend.metamodel
Methods in org.hibernate.search.engine.backend.metamodel that return IndexObjectFieldDescriptor Modifier and Type Method Description IndexObjectFieldDescriptorIndexCompositeElementDescriptor. toObjectField()IndexObjectFieldDescriptorIndexFieldDescriptor. toObjectField()
-