Uses of Class
org.hibernate.search.backend.elasticsearch.search.projection.impl.SearchProjectionBackendContext
-
-
Uses of SearchProjectionBackendContext in org.hibernate.search.backend.elasticsearch.index.impl
Methods in org.hibernate.search.backend.elasticsearch.index.impl that return SearchProjectionBackendContext Modifier and Type Method Description SearchProjectionBackendContextIndexManagerBackendContext. getSearchProjectionBackendContext() -
Uses of SearchProjectionBackendContext in org.hibernate.search.backend.elasticsearch.search.projection.impl
Constructors in org.hibernate.search.backend.elasticsearch.search.projection.impl with parameters of type SearchProjectionBackendContext Constructor Description ElasticsearchSearchProjectionBuilderFactory(SearchProjectionBackendContext searchProjectionBackendContext, ElasticsearchSearchIndexScope<?> scope) -
Uses of SearchProjectionBackendContext in org.hibernate.search.backend.elasticsearch.search.query.impl
Methods in org.hibernate.search.backend.elasticsearch.search.query.impl that return SearchProjectionBackendContext Modifier and Type Method Description SearchProjectionBackendContextSearchBackendContext. getSearchProjectionBackendContext()
-