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 TypeClassDescriptionclassAbstractIndexField<S extends AbstractIndexField<S,SC, ?, C>, SC extends SearchIndexScope<?>, NT extends AbstractIndexNodeType<SC, ? super S>, C extends IndexCompositeNode<SC, ?, ?>> classAbstractIndexNode<S extends AbstractIndexNode<S,SC, ?>, SC extends SearchIndexScope<?>, NT extends SearchIndexNodeTypeContext<SC, ? super S>> classAbstractIndexObjectField<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, ?>> classAbstractIndexRoot<S extends AbstractIndexRoot<S,SC, NT, F>, SC extends SearchIndexScope<?>, NT extends AbstractIndexCompositeNodeType<SC, ? super S>, F extends IndexField<SC, ?>> classAbstractIndexValueField<S extends AbstractIndexValueField<S,SC, FT, C, F>, SC extends SearchIndexScope<?>, FT extends AbstractIndexValueFieldType<SC, ? super S, F>, C extends IndexCompositeNode<SC, ?, ?>, F> interfaceIndexCompositeNode<SC extends SearchIndexScope<?>,NT extends AbstractIndexCompositeNodeType<SC, ?>, F extends IndexField<SC, ?>> interfaceIndexField<SC extends SearchIndexScope<?>,C extends IndexCompositeNode<SC, ?, ?>> interfaceIndexNode<SC extends SearchIndexScope<?>>interfaceIndexObjectField<SC extends SearchIndexScope<?>,NT extends AbstractIndexCompositeNodeType<SC, ?>, C extends IndexCompositeNode<SC, NT, F>, F extends IndexField<SC, ?>> interfaceIndexValueField<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 TypeClassDescriptionclassAbstractSearchIndexScope<SR,S extends SearchQueryIndexScope<SR, ?>, 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 TypeClassDescriptionclassAbstractIndexCompositeNodeType<SC extends SearchIndexScope<?>,N extends SearchIndexCompositeNodeContext<SC>> static classAbstractIndexCompositeNodeType.Builder<SC extends SearchIndexScope<?>,N extends SearchIndexCompositeNodeContext<SC>> classAbstractIndexNodeType<SC extends SearchIndexScope<?>,N extends SearchIndexNodeContext<SC>> static classAbstractIndexNodeType.Builder<SC extends SearchIndexScope<?>,N extends SearchIndexNodeContext<SC>> classAbstractIndexValueFieldType<SC extends SearchIndexScope<?>,N extends SearchIndexValueFieldContext<SC>, F> static classAbstractIndexValueFieldType.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 TypeInterfaceDescriptioninterfaceSearchAggregationIndexScope<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 TypeClassDescriptionclassAbstractMultiIndexSearchIndexCompositeNodeContext<S extends SearchIndexCompositeNodeContext<SC>,SC extends SearchIndexScope<?>, NT extends SearchIndexCompositeNodeTypeContext<SC, S>, F extends SearchIndexNodeContext<SC>> classAbstractMultiIndexSearchIndexNodeContext<S extends SearchIndexNodeContext<SC>,SC extends SearchIndexScope<?>, NT extends SearchIndexNodeTypeContext<SC, S>> classAbstractMultiIndexSearchIndexValueFieldContext<S extends SearchIndexValueFieldContext<SC>,SC extends SearchIndexScope<?>, FT extends SearchIndexValueFieldTypeContext<SC, S, F>, F> interfaceSearchIndexCompositeNodeContext<SC extends SearchIndexScope<?>>Information about a composite index element targeted by search; either the index root or an object field.interfaceSearchIndexCompositeNodeTypeContext<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, ...interfaceSearchIndexNodeContext<SC extends SearchIndexScope<?>>Information about an index node targeted by search, be it the index root, a value field or an object field.interfaceSearchIndexNodeTypeContext<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, ...interfaceSearchIndexScope<S extends SearchIndexScope<?>>Information about indexes targeted by search, be it in a projection, a predicate, a sort, ...interfaceSearchIndexValueFieldContext<SC extends SearchIndexScope<?>>Information about a value (non-object) field targeted by search, be it in a projection, a predicate, a sort, ...interfaceSearchIndexValueFieldTypeContext<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 SCAbstractMultiIndexSearchIndexNodeContext.scopeMethods in org.hibernate.search.engine.search.common.spi with type parameters of type SearchIndexScopeModifier and TypeMethodDescription<T,SC extends SearchIndexScope<?>, N extends SearchIndexNodeContext<SC>>
org.hibernate.search.util.common.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 TypeClassDescriptionclassAbstractSearchHighlighterFactory<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 TypeInterfaceDescriptioninterfaceSearchPredicateIndexScope<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 TypeInterfaceDescriptioninterfaceSearchProjectionIndexScope<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 TypeInterfaceDescriptioninterfaceSearchQueryIndexScope<SR,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 TypeInterfaceDescriptioninterfaceSearchSortIndexScope<S extends SearchSortIndexScope<?>>