Uses of Interface
org.hibernate.search.backend.elasticsearch.search.projection.dsl.ElasticsearchSearchProjectionFactory
-
-
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 emptyOptionalin case of failure. -
Uses of ElasticsearchSearchProjectionFactory in org.hibernate.search.backend.elasticsearch.scope.model.impl
Methods in org.hibernate.search.backend.elasticsearch.scope.model.impl that return ElasticsearchSearchProjectionFactory Modifier and Type Method Description <R,E>
ElasticsearchSearchProjectionFactory<R,E>ElasticsearchSearchIndexScopeImpl. projectionFactory() -
Uses of ElasticsearchSearchProjectionFactory in org.hibernate.search.backend.elasticsearch.search.projection.dsl.impl
Classes in org.hibernate.search.backend.elasticsearch.search.projection.dsl.impl that implement ElasticsearchSearchProjectionFactory Modifier and Type Class Description classElasticsearchSearchProjectionFactoryImpl<R,E>Methods in org.hibernate.search.backend.elasticsearch.search.projection.dsl.impl that return ElasticsearchSearchProjectionFactory Modifier and Type Method Description ElasticsearchSearchProjectionFactory<R,E>ElasticsearchSearchProjectionFactoryImpl. withRoot(String objectFieldPath) -
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) -
Uses of ElasticsearchSearchProjectionFactory in org.hibernate.search.backend.elasticsearch.search.query.dsl.impl
Method parameters in org.hibernate.search.backend.elasticsearch.search.query.dsl.impl with type arguments of type ElasticsearchSearchProjectionFactory Modifier and Type Method Description <P> ElasticsearchSearchQueryWhereStep<P,LOS>ElasticsearchSearchQuerySelectStepImpl. select(Function<? super ElasticsearchSearchProjectionFactory<R,E>,? extends ProjectionFinalStep<P>> projectionContributor) -
Uses of ElasticsearchSearchProjectionFactory in org.hibernate.search.backend.elasticsearch.search.query.impl
Methods in org.hibernate.search.backend.elasticsearch.search.query.impl that return ElasticsearchSearchProjectionFactory Modifier and Type Method Description <R,E>
ElasticsearchSearchProjectionFactory<R,E>ElasticsearchSearchQueryIndexScope. projectionFactory()
-