Uses of Interface
org.hibernate.search.backend.elasticsearch.search.projection.dsl.ElasticsearchSearchProjectionFactory
-
Packages that use ElasticsearchSearchProjectionFactory Package Description org.hibernate.search.backend.elasticsearch org.hibernate.search.backend.elasticsearch.search.query.dsl -
-
Uses of ElasticsearchSearchProjectionFactory in org.hibernate.search.backend.elasticsearch
Methods in org.hibernate.search.backend.elasticsearch that return types with arguments of type ElasticsearchSearchProjectionFactory Modifier and Type Method Description Optional<ElasticsearchSearchProjectionFactory<R,E>>
ElasticsearchExtension. 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
Method parameters in org.hibernate.search.backend.elasticsearch.search.query.dsl with type arguments of type ElasticsearchSearchProjectionFactory Modifier and Type Method Description <P> ElasticsearchSearchQueryWhereStep<P,LOS>
ElasticsearchSearchQuerySelectStep. select(Function<? super ElasticsearchSearchProjectionFactory<R,E>,? extends ProjectionFinalStep<P>> projectionContributor)
-