Interface ElasticsearchIndexNode
- All Superinterfaces:
ElasticsearchSearchIndexNodeContext,EventContextProvider,IndexNode<ElasticsearchSearchIndexScope<?>>,SearchIndexNodeContext<ElasticsearchSearchIndexScope<?>>
- All Known Subinterfaces:
ElasticsearchIndexCompositeNode,ElasticsearchIndexField
- All Known Implementing Classes:
ElasticsearchIndexObjectField,ElasticsearchIndexRoot,ElasticsearchIndexValueField
public interface ElasticsearchIndexNode
extends IndexNode<ElasticsearchSearchIndexScope<?>>, ElasticsearchSearchIndexNodeContext
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface org.hibernate.search.util.common.reporting.spi.EventContextProvider
eventContextMethods inherited from interface org.hibernate.search.engine.backend.document.model.spi.IndexNode
inclusionMethods inherited from interface org.hibernate.search.engine.search.common.spi.SearchIndexNodeContext
absolutePath, absolutePathComponents, cannotUseQueryElement, closestMultiValuedParentAbsolutePath, isComposite, isObjectField, isValueField, multiValued, multiValuedInRoot, nestedDocumentPath, nestedPathHierarchy, queryElement, relativeEventContext
-
Method Details
-
toComposite
ElasticsearchIndexCompositeNode toComposite()- Specified by:
toCompositein interfaceElasticsearchSearchIndexNodeContext- Specified by:
toCompositein interfaceIndexNode<ElasticsearchSearchIndexScope<?>>- Specified by:
toCompositein interfaceSearchIndexNodeContext<ElasticsearchSearchIndexScope<?>>
-
toObjectField
ElasticsearchIndexObjectField toObjectField()- Specified by:
toObjectFieldin interfaceElasticsearchSearchIndexNodeContext- Specified by:
toObjectFieldin interfaceIndexNode<ElasticsearchSearchIndexScope<?>>- Specified by:
toObjectFieldin interfaceSearchIndexNodeContext<ElasticsearchSearchIndexScope<?>>
-
toValueField
ElasticsearchIndexValueField<?> toValueField()- Specified by:
toValueFieldin interfaceElasticsearchSearchIndexNodeContext- Specified by:
toValueFieldin interfaceIndexNode<ElasticsearchSearchIndexScope<?>>- Specified by:
toValueFieldin interfaceSearchIndexNodeContext<ElasticsearchSearchIndexScope<?>>
-