Uses of Interface
org.hibernate.search.engine.backend.metamodel.IndexObjectFieldTypeDescriptor
-
-
Uses of IndexObjectFieldTypeDescriptor in org.hibernate.search.backend.elasticsearch.types.impl
Classes in org.hibernate.search.backend.elasticsearch.types.impl that implement IndexObjectFieldTypeDescriptor Modifier and Type Class Description classElasticsearchIndexCompositeNodeType -
Uses of IndexObjectFieldTypeDescriptor in org.hibernate.search.backend.lucene.types.impl
Classes in org.hibernate.search.backend.lucene.types.impl that implement IndexObjectFieldTypeDescriptor Modifier and Type Class Description classLuceneIndexCompositeNodeType -
Uses of IndexObjectFieldTypeDescriptor in org.hibernate.search.engine.backend.metamodel
Methods in org.hibernate.search.engine.backend.metamodel that return IndexObjectFieldTypeDescriptor Modifier and Type Method Description IndexObjectFieldTypeDescriptorIndexObjectFieldDescriptor. type() -
Uses of IndexObjectFieldTypeDescriptor in org.hibernate.search.engine.backend.types.spi
Classes in org.hibernate.search.engine.backend.types.spi that implement IndexObjectFieldTypeDescriptor Modifier and Type Class Description classAbstractIndexCompositeNodeType<SC extends SearchIndexScope<?>,N extends SearchIndexCompositeNodeContext<SC>>
-