Interface SearchIndexCompositeNodeTypeContext<SC extends SearchIndexScope<?>,N extends SearchIndexCompositeNodeContext<SC>>
- Type Parameters:
SC
- The type of the backend-specific search scope.N
- The type representing the targeted index node.
- All Superinterfaces:
SearchIndexNodeTypeContext<SC,
N>
- All Known Implementing Classes:
AbstractIndexCompositeNodeType
,AbstractMultiIndexSearchIndexCompositeNodeContext
public interface SearchIndexCompositeNodeTypeContext<SC extends SearchIndexScope<?>,N extends SearchIndexCompositeNodeContext<SC>>
extends SearchIndexNodeTypeContext<SC,N>
Information about the type of a composite (non-value) index element targeted by search,
be it in a projection, a predicate, a sort, ...
-
Method Summary
Methods inherited from interface org.hibernate.search.engine.search.common.spi.SearchIndexNodeTypeContext
queryElementFactory
-
Method Details
-
nested
boolean nested()
-