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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LuceneSearchIndexCompositeNodeContexttoComposite()LuceneSearchIndexCompositeNodeContexttoObjectField()-
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, toValueField
-
-
-
-
Method Detail
-
toComposite
LuceneSearchIndexCompositeNodeContext toComposite()
- Specified by:
toCompositein interfaceSearchIndexNodeContext<LuceneSearchIndexScope<?>>
-
toObjectField
LuceneSearchIndexCompositeNodeContext toObjectField()
- Specified by:
toObjectFieldin interfaceSearchIndexNodeContext<LuceneSearchIndexScope<?>>
-
-