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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ElasticsearchSearchIndexCompositeNodeContexttoComposite()ElasticsearchSearchIndexCompositeNodeContexttoObjectField()ElasticsearchSearchIndexValueFieldContext<?>toValueField()-
Methods inherited from interface org.hibernate.search.util.common.reporting.spi.EventContextProvider
eventContext
-
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
-
-
-
-
Method Detail
-
toComposite
ElasticsearchSearchIndexCompositeNodeContext toComposite()
- Specified by:
toCompositein interfaceSearchIndexNodeContext<ElasticsearchSearchIndexScope<?>>
-
toObjectField
ElasticsearchSearchIndexCompositeNodeContext toObjectField()
- Specified by:
toObjectFieldin interfaceSearchIndexNodeContext<ElasticsearchSearchIndexScope<?>>
-
toValueField
ElasticsearchSearchIndexValueFieldContext<?> toValueField()
- Specified by:
toValueFieldin interfaceSearchIndexNodeContext<ElasticsearchSearchIndexScope<?>>
-
-