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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,? extends LuceneSearchIndexNodeContext>staticChildrenByName()LuceneSearchIndexCompositeNodeTypeContexttype()-
Methods inherited from interface org.hibernate.search.util.common.reporting.spi.EventContextProvider
eventContext
-
Methods inherited from interface org.hibernate.search.backend.lucene.search.common.impl.LuceneSearchIndexNodeContext
toComposite, toObjectField
-
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, toValueField
-
-
-
-
Method Detail
-
type
LuceneSearchIndexCompositeNodeTypeContext type()
- Specified by:
typein interfaceSearchIndexCompositeNodeContext<LuceneSearchIndexScope<?>>
-
staticChildrenByName
Map<String,? extends LuceneSearchIndexNodeContext> staticChildrenByName()
- Specified by:
staticChildrenByNamein interfaceSearchIndexCompositeNodeContext<LuceneSearchIndexScope<?>>
-
-