Interface ElasticsearchSearchIndexCompositeNodeContext
- All Superinterfaces:
ElasticsearchSearchIndexNodeContext,EventContextProvider,SearchIndexCompositeNodeContext<ElasticsearchSearchIndexScope<?>>,SearchIndexNodeContext<ElasticsearchSearchIndexScope<?>>
- All Known Subinterfaces:
ElasticsearchIndexCompositeNode
- All Known Implementing Classes:
ElasticsearchIndexObjectField,ElasticsearchIndexRoot,ElasticsearchMultiIndexSearchIndexCompositeNodeContext
public interface ElasticsearchSearchIndexCompositeNodeContext
extends SearchIndexCompositeNodeContext<ElasticsearchSearchIndexScope<?>>, ElasticsearchSearchIndexNodeContext
-
Method Summary
Modifier and TypeMethodDescriptionMap<String,? extends ElasticsearchSearchIndexNodeContext> type()Methods inherited from interface org.hibernate.search.backend.elasticsearch.search.common.impl.ElasticsearchSearchIndexNodeContext
toComposite, toObjectField, toValueFieldMethods inherited from interface org.hibernate.search.util.common.reporting.spi.EventContextProvider
eventContextMethods inherited from interface org.hibernate.search.engine.search.common.spi.SearchIndexCompositeNodeContext
absolutePathMethods 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
-
type
- Specified by:
typein interfaceSearchIndexCompositeNodeContext<ElasticsearchSearchIndexScope<?>>
-
staticChildrenByName
Map<String,? extends ElasticsearchSearchIndexNodeContext> staticChildrenByName()- Specified by:
staticChildrenByNamein interfaceSearchIndexCompositeNodeContext<ElasticsearchSearchIndexScope<?>>
-