Interface LuceneSearchIndexCompositeNodeContext
- All Superinterfaces:
EventContextProvider,LuceneSearchIndexNodeContext,SearchIndexCompositeNodeContext<LuceneSearchIndexScope<?>>,SearchIndexNodeContext<LuceneSearchIndexScope<?>>
- All Known Subinterfaces:
LuceneIndexCompositeNode
- All Known Implementing Classes:
LuceneIndexObjectField,LuceneIndexRoot,LuceneMultiIndexSearchIndexCompositeNodeContext
public interface LuceneSearchIndexCompositeNodeContext
extends SearchIndexCompositeNodeContext<LuceneSearchIndexScope<?>>, LuceneSearchIndexNodeContext
Information about a composite index element targeted by search; either the index root or an object field.
For now this is only used in predicates.
-
Method Summary
Methods inherited from interface org.hibernate.search.util.common.reporting.spi.EventContextProvider
eventContextMethods inherited from interface org.hibernate.search.backend.lucene.search.common.impl.LuceneSearchIndexNodeContext
toComposite, toObjectFieldMethods 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, toValueField
-
Method Details
-
type
- Specified by:
typein interfaceSearchIndexCompositeNodeContext<LuceneSearchIndexScope<?>>
-
staticChildrenByName
Map<String,? extends LuceneSearchIndexNodeContext> staticChildrenByName()- Specified by:
staticChildrenByNamein interfaceSearchIndexCompositeNodeContext<LuceneSearchIndexScope<?>>
-