Interface ElasticsearchSearchIndexNodeContext
- All Superinterfaces:
EventContextProvider,SearchIndexNodeContext<ElasticsearchSearchIndexScope<?>>
- All Known Subinterfaces:
ElasticsearchIndexCompositeNode,ElasticsearchIndexField,ElasticsearchIndexNode,ElasticsearchSearchIndexCompositeNodeContext,ElasticsearchSearchIndexValueFieldContext<F>
- All Known Implementing Classes:
ElasticsearchIndexObjectField,ElasticsearchIndexRoot,ElasticsearchIndexValueField,ElasticsearchMultiIndexSearchIndexCompositeNodeContext,ElasticsearchMultiIndexSearchIndexValueFieldContext
public interface ElasticsearchSearchIndexNodeContext
extends SearchIndexNodeContext<ElasticsearchSearchIndexScope<?>>
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface org.hibernate.search.util.common.reporting.spi.EventContextProvider
eventContextMethods 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
ElasticsearchSearchIndexCompositeNodeContext toComposite()- Specified by:
toCompositein interfaceSearchIndexNodeContext<ElasticsearchSearchIndexScope<?>>
-
toObjectField
ElasticsearchSearchIndexCompositeNodeContext toObjectField()- Specified by:
toObjectFieldin interfaceSearchIndexNodeContext<ElasticsearchSearchIndexScope<?>>
-
toValueField
ElasticsearchSearchIndexValueFieldContext<?> toValueField()- Specified by:
toValueFieldin interfaceSearchIndexNodeContext<ElasticsearchSearchIndexScope<?>>
-