Uses of Interface
org.hibernate.search.engine.search.projection.spi.SearchProjectionIndexScope
Packages that use SearchProjectionIndexScope
Package
Description
-
Uses of SearchProjectionIndexScope in org.hibernate.search.engine.backend.scope.spi
Classes in org.hibernate.search.engine.backend.scope.spi that implement SearchProjectionIndexScopeModifier and TypeClassDescriptionclassAbstractSearchIndexScope<S extends SearchQueryIndexScope<?>,M extends AbstractIndexModel<?, ? extends C, ? extends N>, N extends SearchIndexNodeContext<? super S>, C extends SearchIndexCompositeNodeContext<? super S>> -
Uses of SearchProjectionIndexScope in org.hibernate.search.engine.search.projection.dsl.spi
Classes in org.hibernate.search.engine.search.projection.dsl.spi with type parameters of type SearchProjectionIndexScopeModifier and TypeClassDescriptionclassAbstractSearchProjectionFactory<S extends ExtendedSearchProjectionFactory<S,R, E>, SC extends SearchProjectionIndexScope<?>, R, E> final classSearchProjectionDslContext<SC extends SearchProjectionIndexScope<?>>Represents the current context in the search DSL, including in particular the search scope and the projection builder factory.Methods in org.hibernate.search.engine.search.projection.dsl.spi with type parameters of type SearchProjectionIndexScopeModifier and TypeMethodDescriptionstatic <SC extends SearchProjectionIndexScope<?>>
SearchProjectionDslContext<SC>SearchProjectionDslContext.root(SC scope) -
Uses of SearchProjectionIndexScope in org.hibernate.search.engine.search.projection.spi
Classes in org.hibernate.search.engine.search.projection.spi with type parameters of type SearchProjectionIndexScopeModifier and TypeInterfaceDescriptioninterfaceSearchProjectionIndexScope<S extends SearchProjectionIndexScope<?>> -
Uses of SearchProjectionIndexScope in org.hibernate.search.engine.search.query.spi
Subinterfaces of SearchProjectionIndexScope in org.hibernate.search.engine.search.query.spiModifier and TypeInterfaceDescriptioninterfaceSearchQueryIndexScope<S extends SearchQueryIndexScope<?>>