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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,? extends ElasticsearchSearchIndexNodeContext>staticChildrenByName()ElasticsearchSearchIndexCompositeNodeTypeContexttype()-
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.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
-
-
-
-
Method Detail
-
type
ElasticsearchSearchIndexCompositeNodeTypeContext type()
- Specified by:
typein interfaceSearchIndexCompositeNodeContext<ElasticsearchSearchIndexScope<?>>
-
staticChildrenByName
Map<String,? extends ElasticsearchSearchIndexNodeContext> staticChildrenByName()
- Specified by:
staticChildrenByNamein interfaceSearchIndexCompositeNodeContext<ElasticsearchSearchIndexScope<?>>
-
-