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:
ElasticsearchSearchIndexCompositeNodeTypeContext,ElasticsearchSearchIndexValueFieldTypeContext<F>,LuceneSearchIndexCompositeNodeTypeContext,LuceneSearchIndexValueFieldTypeContext<F>,SearchIndexCompositeNodeTypeContext<SC,,N> SearchIndexValueFieldTypeContext<SC,N, F>
- All Known Implementing Classes:
AbstractIndexCompositeNodeType,AbstractIndexNodeType,AbstractIndexValueFieldType,AbstractMultiIndexSearchIndexCompositeNodeContext,AbstractMultiIndexSearchIndexNodeContext,AbstractMultiIndexSearchIndexValueFieldContext,ElasticsearchIndexCompositeNodeType,ElasticsearchIndexValueFieldType,ElasticsearchMultiIndexSearchIndexCompositeNodeContext,ElasticsearchMultiIndexSearchIndexValueFieldContext,LuceneIndexCompositeNodeType,LuceneIndexValueFieldType,LuceneMultiIndexSearchIndexCompositeNodeContext,LuceneMultiIndexSearchIndexValueFieldContext
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
Modifier and TypeMethodDescription<T> SearchQueryElementFactory<? extends T,? super SC, ? super N>
-
Method Details
-
queryElementFactory
<T> SearchQueryElementFactory<? extends T,? super SC, queryElementFactory? super N> (SearchQueryElementTypeKey<T> key)
-