Uses of Interface
org.hibernate.search.engine.search.common.spi.SearchIndexScope
Packages that use SearchIndexScope
Package
Description
-
Uses of SearchIndexScope in org.hibernate.search.engine.backend.document.model.spi
Classes in org.hibernate.search.engine.backend.document.model.spi with type parameters of type SearchIndexScopeModifier and TypeClassDescriptionclass
AbstractIndexField<S extends AbstractIndexField<S,
SC, ?, C>, SC extends SearchIndexScope<?>, NT extends AbstractIndexNodeType<SC, ? super S>, C extends IndexCompositeNode<SC, ?, ?>> class
AbstractIndexNode<S extends AbstractIndexNode<S,
SC, ?>, SC extends SearchIndexScope<?>, NT extends SearchIndexNodeTypeContext<SC, ? super S>> class
AbstractIndexObjectField<S extends AbstractIndexObjectField<S,
SC, NT, C, F>, SC extends SearchIndexScope<?>, NT extends AbstractIndexCompositeNodeType<SC, ? super S>, C extends IndexCompositeNode<SC, NT, F>, F extends IndexField<SC, ?>> class
AbstractIndexRoot<S extends AbstractIndexRoot<S,
SC, NT, F>, SC extends SearchIndexScope<?>, NT extends AbstractIndexCompositeNodeType<SC, ? super S>, F extends IndexField<SC, ?>> class
AbstractIndexValueField<S extends AbstractIndexValueField<S,
SC, FT, C, F>, SC extends SearchIndexScope<?>, FT extends AbstractIndexValueFieldType<SC, ? super S, F>, C extends IndexCompositeNode<SC, ?, ?>, F> interface
IndexCompositeNode<SC extends SearchIndexScope<?>,
NT extends AbstractIndexCompositeNodeType<SC, ?>, F extends IndexField<SC, ?>> interface
IndexField<SC extends SearchIndexScope<?>,
C extends IndexCompositeNode<SC, ?, ?>> interface
IndexNode<SC extends SearchIndexScope<?>>
interface
IndexObjectField<SC extends SearchIndexScope<?>,
NT extends AbstractIndexCompositeNodeType<SC, ?>, C extends IndexCompositeNode<SC, NT, F>, F extends IndexField<SC, ?>> interface
IndexValueField<SC extends SearchIndexScope<?>,
NT extends AbstractIndexValueFieldType<SC, ?, ?>, C extends IndexCompositeNode<SC, ?, ?>> -
Uses of SearchIndexScope in org.hibernate.search.engine.backend.scope.spi
Classes in org.hibernate.search.engine.backend.scope.spi that implement SearchIndexScopeModifier and TypeClassDescriptionclass
AbstractSearchIndexScope<S extends SearchQueryIndexScope<?>,
M extends AbstractIndexModel<?, ? extends C, ? extends N>, N extends SearchIndexNodeContext<? super S>, C extends SearchIndexCompositeNodeContext<? super S>> -
Uses of SearchIndexScope in org.hibernate.search.engine.backend.types.spi
Classes in org.hibernate.search.engine.backend.types.spi with type parameters of type SearchIndexScopeModifier and TypeClassDescriptionclass
AbstractIndexCompositeNodeType<SC extends SearchIndexScope<?>,
N extends SearchIndexCompositeNodeContext<SC>> static class
AbstractIndexCompositeNodeType.Builder<SC extends SearchIndexScope<?>,
N extends SearchIndexCompositeNodeContext<SC>> class
AbstractIndexNodeType<SC extends SearchIndexScope<?>,
N extends SearchIndexNodeContext<SC>> static class
AbstractIndexNodeType.Builder<SC extends SearchIndexScope<?>,
N extends SearchIndexNodeContext<SC>> class
AbstractIndexValueFieldType<SC extends SearchIndexScope<?>,
N extends SearchIndexValueFieldContext<SC>, F> static class
AbstractIndexValueFieldType.Builder<SC extends SearchIndexScope<?>,
N extends SearchIndexValueFieldContext<SC>, F> -
Uses of SearchIndexScope in org.hibernate.search.engine.search.aggregation.spi
Subinterfaces of SearchIndexScope in org.hibernate.search.engine.search.aggregation.spiModifier and TypeInterfaceDescriptioninterface
SearchAggregationIndexScope<S extends SearchAggregationIndexScope<?>>
-
Uses of SearchIndexScope in org.hibernate.search.engine.search.common.spi
Classes in org.hibernate.search.engine.search.common.spi with type parameters of type SearchIndexScopeModifier and TypeClassDescriptionclass
AbstractMultiIndexSearchIndexCompositeNodeContext<S extends SearchIndexCompositeNodeContext<SC>,
SC extends SearchIndexScope<?>, NT extends SearchIndexCompositeNodeTypeContext<SC, S>, F extends SearchIndexNodeContext<SC>> class
AbstractMultiIndexSearchIndexNodeContext<S extends SearchIndexNodeContext<SC>,
SC extends SearchIndexScope<?>, NT extends SearchIndexNodeTypeContext<SC, S>> class
AbstractMultiIndexSearchIndexValueFieldContext<S extends SearchIndexValueFieldContext<SC>,
SC extends SearchIndexScope<?>, FT extends SearchIndexValueFieldTypeContext<SC, S, F>, F> interface
SearchIndexCompositeNodeContext<SC extends SearchIndexScope<?>>
Information about a composite index element targeted by search; either the index root or an object field.interface
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, ...interface
SearchIndexNodeContext<SC extends SearchIndexScope<?>>
Information about an index node targeted by search, be it the index root, a value field or an object field.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, ...interface
SearchIndexScope<S extends SearchIndexScope<?>>
Information about indexes targeted by search, be it in a projection, a predicate, a sort, ...interface
SearchIndexValueFieldContext<SC extends SearchIndexScope<?>>
Information about a value (non-object) field targeted by search, be it in a projection, a predicate, a sort, ...interface
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, ...Fields in org.hibernate.search.engine.search.common.spi declared as SearchIndexScopeModifier and TypeFieldDescriptionprotected final SC
AbstractMultiIndexSearchIndexNodeContext.scope
Methods in org.hibernate.search.engine.search.common.spi with type parameters of type SearchIndexScopeModifier and TypeMethodDescription<T,
SC extends SearchIndexScope<?>, N extends SearchIndexNodeContext<SC>>
SearchExceptionSearchIndexSchemaElementContextHelper.cannotUseQueryElement
(SearchQueryElementTypeKey<T> key, N node, String hint, Exception causeOrNull) <T,
SC extends SearchIndexScope<?>, N extends SearchIndexNodeContext<SC>>
TSearchIndexSchemaElementContextHelper.queryElement
(SearchQueryElementTypeKey<T> key, SearchQueryElementFactory<? extends T, ? super SC, ? super N> factory, SC scope, N node) -
Uses of SearchIndexScope in org.hibernate.search.engine.search.highlighter.dsl.spi
Classes in org.hibernate.search.engine.search.highlighter.dsl.spi with type parameters of type SearchIndexScopeModifier and TypeClassDescriptionclass
AbstractSearchHighlighterFactory<SC extends SearchIndexScope<?>>
-
Uses of SearchIndexScope in org.hibernate.search.engine.search.predicate.spi
Subinterfaces of SearchIndexScope in org.hibernate.search.engine.search.predicate.spiModifier and TypeInterfaceDescriptioninterface
SearchPredicateIndexScope<S extends SearchPredicateIndexScope<?>>
-
Uses of SearchIndexScope in org.hibernate.search.engine.search.projection.spi
Subinterfaces of SearchIndexScope in org.hibernate.search.engine.search.projection.spiModifier and TypeInterfaceDescriptioninterface
SearchProjectionIndexScope<S extends SearchProjectionIndexScope<?>>
-
Uses of SearchIndexScope in org.hibernate.search.engine.search.query.spi
Subinterfaces of SearchIndexScope in org.hibernate.search.engine.search.query.spiModifier and TypeInterfaceDescriptioninterface
SearchQueryIndexScope<S extends SearchQueryIndexScope<?>>
-
Uses of SearchIndexScope in org.hibernate.search.engine.search.sort.spi
Subinterfaces of SearchIndexScope in org.hibernate.search.engine.search.sort.spiModifier and TypeInterfaceDescriptioninterface
SearchSortIndexScope<S extends SearchSortIndexScope<?>>