Uses of Interface
org.hibernate.search.backend.elasticsearch.search.projection.impl.ElasticsearchSearchProjectionIndexScope
-
-
Uses of ElasticsearchSearchProjectionIndexScope in org.hibernate.search.backend.elasticsearch.scope.model.impl
Classes in org.hibernate.search.backend.elasticsearch.scope.model.impl that implement ElasticsearchSearchProjectionIndexScope Modifier and Type Class Description classElasticsearchSearchIndexScopeImpl -
Uses of ElasticsearchSearchProjectionIndexScope in org.hibernate.search.backend.elasticsearch.search.projection.dsl.impl
Constructor parameters in org.hibernate.search.backend.elasticsearch.search.projection.dsl.impl with type arguments of type ElasticsearchSearchProjectionIndexScope Constructor Description ElasticsearchSearchProjectionFactoryImpl(SearchProjectionDslContext<ElasticsearchSearchProjectionIndexScope<?>> dslContext) -
Uses of ElasticsearchSearchProjectionIndexScope in org.hibernate.search.backend.elasticsearch.search.projection.impl
Classes in org.hibernate.search.backend.elasticsearch.search.projection.impl with type parameters of type ElasticsearchSearchProjectionIndexScope Modifier and Type Interface Description interfaceElasticsearchSearchProjectionIndexScope<S extends ElasticsearchSearchProjectionIndexScope<?>> -
Uses of ElasticsearchSearchProjectionIndexScope in org.hibernate.search.backend.elasticsearch.search.query.impl
Subinterfaces of ElasticsearchSearchProjectionIndexScope in org.hibernate.search.backend.elasticsearch.search.query.impl Modifier and Type Interface Description interfaceElasticsearchSearchQueryIndexScope<S extends ElasticsearchSearchQueryIndexScope<?>>
-