Interface SearchIndexNodeTypeContext<SC extends SearchIndexScope<?>,N>
-
- Type Parameters:
SC- The type of the backend-specific search scope.N- The type representing the targeted index node.
- All Known Subinterfaces:
SearchIndexCompositeNodeTypeContext<SC,N>,SearchIndexValueFieldTypeContext<SC,N,F>
- All Known Implementing Classes:
AbstractIndexCompositeNodeType,AbstractIndexValueFieldType,AbstractMultiIndexSearchIndexCompositeNodeContext,AbstractMultiIndexSearchIndexNodeContext,AbstractMultiIndexSearchIndexValueFieldContext
public interface SearchIndexNodeTypeContext<SC extends SearchIndexScope<?>,N>Information about the type of an composite index element targeted by search, be it in a projection, a predicate, a sort, ...
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> SearchQueryElementFactory<? extends T,? super SC,? super N>queryElementFactory(SearchQueryElementTypeKey<T> key)
-
-
-
Method Detail
-
queryElementFactory
<T> SearchQueryElementFactory<? extends T,? super SC,? super N> queryElementFactory(SearchQueryElementTypeKey<T> key)
-
-