Interface ElasticsearchIndexField
-
- All Superinterfaces:
ElasticsearchIndexNode,ElasticsearchSearchIndexNodeContext,EventContextProvider,IndexField<ElasticsearchSearchIndexScope<?>,ElasticsearchIndexCompositeNode>,IndexFieldDescriptor,IndexNode<ElasticsearchSearchIndexScope<?>>,SearchIndexNodeContext<ElasticsearchSearchIndexScope<?>>
- All Known Implementing Classes:
ElasticsearchIndexObjectField,ElasticsearchIndexValueField
public interface ElasticsearchIndexField extends IndexField<ElasticsearchSearchIndexScope<?>,ElasticsearchIndexCompositeNode>, ElasticsearchIndexNode
-
-
Method Summary
-
Methods inherited from interface org.hibernate.search.backend.elasticsearch.document.model.impl.ElasticsearchIndexNode
toComposite, toObjectField, toValueField
-
Methods inherited from interface org.hibernate.search.util.common.reporting.spi.EventContextProvider
eventContext
-
Methods inherited from interface org.hibernate.search.engine.backend.document.model.spi.IndexField
parent, toComposite, toObjectField, toValueField
-
Methods inherited from interface org.hibernate.search.engine.backend.metamodel.IndexFieldDescriptor
absolutePath, isObjectField, isValueField, multiValued, multiValuedInRoot, relativeName
-
Methods inherited from interface org.hibernate.search.engine.backend.document.model.spi.IndexNode
inclusion
-
Methods inherited from interface org.hibernate.search.engine.search.common.spi.SearchIndexNodeContext
absolutePath, absolutePathComponents, cannotUseQueryElement, closestMultiValuedParentAbsolutePath, isComposite, isObjectField, isValueField, multiValued, multiValuedInRoot, nestedDocumentPath, nestedPathHierarchy, queryElement, relativeEventContext
-
-