Uses of Class
org.hibernate.search.engine.search.projection.dsl.spi.SearchProjectionDslContext
-
-
Uses of SearchProjectionDslContext in org.hibernate.search.backend.elasticsearch.search.projection.dsl.impl
Constructors in org.hibernate.search.backend.elasticsearch.search.projection.dsl.impl with parameters of type SearchProjectionDslContext Constructor Description ElasticsearchSearchProjectionFactoryImpl(SearchProjectionDslContext<ElasticsearchSearchProjectionIndexScope<?>> dslContext) -
Uses of SearchProjectionDslContext in org.hibernate.search.backend.lucene.search.projection.dsl.impl
Constructors in org.hibernate.search.backend.lucene.search.projection.dsl.impl with parameters of type SearchProjectionDslContext Constructor Description LuceneSearchProjectionFactoryImpl(SearchProjectionDslContext<LuceneSearchProjectionIndexScope<?>> dslContext) -
Uses of SearchProjectionDslContext in org.hibernate.search.engine.search.projection.dsl.impl
-
Uses of SearchProjectionDslContext in org.hibernate.search.engine.search.projection.dsl.spi
Fields in org.hibernate.search.engine.search.projection.dsl.spi declared as SearchProjectionDslContext Modifier and Type Field Description protected SearchProjectionDslContext<SC>AbstractSearchProjectionFactory. dslContextMethods in org.hibernate.search.engine.search.projection.dsl.spi that return SearchProjectionDslContext Modifier and Type Method Description SearchProjectionDslContext<SC>SearchProjectionDslContext. rescope(SC newScope)static <SC extends SearchProjectionIndexScope<?>>
SearchProjectionDslContext<SC>SearchProjectionDslContext. root(SC scope)Constructors in org.hibernate.search.engine.search.projection.dsl.spi with parameters of type SearchProjectionDslContext Constructor Description AbstractSearchProjectionFactory(SearchProjectionDslContext<SC> dslContext)
-