Package org.hibernate.search.engine.search.common.spi
package org.hibernate.search.engine.search.common.spi
-
ClassDescriptionAbstractMultiIndexSearchIndexCompositeNodeContext<S extends SearchIndexCompositeNodeContext<SC>,
SC extends SearchIndexScope<?>, NT extends SearchIndexCompositeNodeTypeContext<SC, S>, F extends SearchIndexNodeContext<SC>> AbstractMultiIndexSearchIndexNodeContext<S extends SearchIndexNodeContext<SC>,SC extends SearchIndexScope<?>, NT extends SearchIndexNodeTypeContext<SC, S>> AbstractMultiIndexSearchIndexValueFieldContext<S extends SearchIndexValueFieldContext<SC>,SC extends SearchIndexScope<?>, FT extends SearchIndexValueFieldTypeContext<SC, S, F>, F> 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, ...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.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, ...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).