Interface ElasticsearchIndexCompositeNode
-
- All Superinterfaces:
ElasticsearchIndexNode,ElasticsearchSearchIndexCompositeNodeContext,ElasticsearchSearchIndexNodeContext,EventContextProvider,IndexCompositeElementDescriptor,IndexCompositeNode<ElasticsearchSearchIndexScope<?>,ElasticsearchIndexCompositeNodeType,ElasticsearchIndexField>,IndexNode<ElasticsearchSearchIndexScope<?>>,SearchIndexCompositeNodeContext<ElasticsearchSearchIndexScope<?>>,SearchIndexNodeContext<ElasticsearchSearchIndexScope<?>>
- All Known Implementing Classes:
ElasticsearchIndexObjectField,ElasticsearchIndexRoot
public interface ElasticsearchIndexCompositeNode extends IndexCompositeNode<ElasticsearchSearchIndexScope<?>,ElasticsearchIndexCompositeNodeType,ElasticsearchIndexField>, ElasticsearchIndexNode, ElasticsearchSearchIndexCompositeNodeContext
-
-
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.backend.elasticsearch.search.common.impl.ElasticsearchSearchIndexCompositeNodeContext
staticChildrenByName, type
-
Methods inherited from interface org.hibernate.search.backend.elasticsearch.search.common.impl.ElasticsearchSearchIndexNodeContext
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.metamodel.IndexCompositeElementDescriptor
isObjectField, isRoot, toObjectField
-
Methods inherited from interface org.hibernate.search.engine.backend.document.model.spi.IndexCompositeNode
staticChildren, staticChildrenByName, type
-
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.SearchIndexCompositeNodeContext
absolutePath
-
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
-
-