SearchIndexCompositeNodeContext<SC extends SearchIndexScope<?>> |
Information about a composite index element targeted by search; either the index root or an object field.
|
SearchIndexCompositeNodeTypeContext<SC extends SearchIndexScope<?>,N extends SearchIndexCompositeNodeContext<SC>> |
Information about the type of a composite (non-value) index element targeted by search,
be it in a projection, a predicate, a sort, ...
|
SearchIndexIdentifierContext |
Information about an identifier targeted by search.
|
SearchIndexNodeContext<SC extends SearchIndexScope<?>> |
Information about an index node targeted by search,
be it the index root, a value field or an object field.
|
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, ...
|
SearchIndexScope<S extends SearchIndexScope<?>> |
Information about indexes targeted by search,
be it in a projection, a predicate, a sort, ...
|
SearchIndexValueFieldContext<SC extends SearchIndexScope<?>> |
Information about a value (non-object) field targeted by search,
be it in a projection, a predicate, a sort, ...
|
SearchIndexValueFieldTypeContext<SC extends SearchIndexScope<?>,N,F> |
Information about the type of a value (non-object) field targeted by search,
be it in a projection, a predicate, a sort, ...
|
SearchQueryElementFactory<T,SC,N> |
A factory for query elements (predicates, sorts, projections, aggregations, ...) targeting index nodes
(root, value fields, object fields).
|