Interface LuceneSearchIndexNodeContext
- All Superinterfaces:
EventContextProvider,SearchIndexNodeContext<LuceneSearchIndexScope<?>>
- All Known Subinterfaces:
LuceneIndexCompositeNode,LuceneIndexField,LuceneIndexNode,LuceneSearchIndexCompositeNodeContext,LuceneSearchIndexValueFieldContext<F>
- All Known Implementing Classes:
LuceneIndexObjectField,LuceneIndexRoot,LuceneIndexValueField,LuceneMultiIndexSearchIndexCompositeNodeContext,LuceneMultiIndexSearchIndexValueFieldContext
public interface LuceneSearchIndexNodeContext
extends SearchIndexNodeContext<LuceneSearchIndexScope<?>>
-
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, toValueField
-
Method Details
-
toComposite
LuceneSearchIndexCompositeNodeContext toComposite()- Specified by:
toCompositein interfaceSearchIndexNodeContext<LuceneSearchIndexScope<?>>
-
toObjectField
LuceneSearchIndexCompositeNodeContext toObjectField()- Specified by:
toObjectFieldin interfaceSearchIndexNodeContext<LuceneSearchIndexScope<?>>
-