Uses of Interface
org.hibernate.search.backend.elasticsearch.search.projection.dsl.ElasticsearchSearchProjectionFactory
Package
Description
-
Uses of ElasticsearchSearchProjectionFactory in org.hibernate.search.backend.elasticsearch
Modifier and TypeMethodDescriptionElasticsearchExtension.extendOptional
(SearchProjectionFactory<R, E> original) Attempt to extend a given factory, returning an emptyOptional
in case of failure. -
Uses of ElasticsearchSearchProjectionFactory in org.hibernate.search.backend.elasticsearch.search.query.dsl
Modifier and TypeMethodDescriptionElasticsearchSearchQuerySelectStep.select
(Function<? super ElasticsearchSearchProjectionFactory<R, E>, ? extends ProjectionFinalStep<P>> projectionContributor)