Uses of Interface
org.hibernate.search.backend.elasticsearch.search.projection.impl.ProjectionRequestContext
Packages that use ProjectionRequestContext
-
Uses of ProjectionRequestContext in org.hibernate.search.backend.elasticsearch.search.projection.impl
Subinterfaces of ProjectionRequestContext in org.hibernate.search.backend.elasticsearch.search.projection.implClasses in org.hibernate.search.backend.elasticsearch.search.projection.impl that implement ProjectionRequestContextMethods in org.hibernate.search.backend.elasticsearch.search.projection.impl that return ProjectionRequestContextModifier and TypeMethodDescriptionFieldProjectionRequestContext.forField(String absoluteFieldPath, String[] absoluteFieldPathComponents) Methods in org.hibernate.search.backend.elasticsearch.search.projection.impl with parameters of type ProjectionRequestContextModifier and TypeMethodDescriptionvoidDocumentReferenceExtractionHelper.request(com.google.gson.JsonObject requestBody, ProjectionRequestContext context) ElasticsearchConstantProjection.request(com.google.gson.JsonObject requestBody, ProjectionRequestContext context) ElasticsearchDistanceToFieldProjection.request(com.google.gson.JsonObject requestBody, ProjectionRequestContext context) ElasticsearchEntityCompositeProjection.request(com.google.gson.JsonObject requestBody, ProjectionRequestContext context) ElasticsearchEntityLoadingProjection.request(com.google.gson.JsonObject requestBody, ProjectionRequestContext context) ElasticsearchEntityReferenceProjection.request(com.google.gson.JsonObject requestBody, ProjectionRequestContext context) ElasticsearchFieldHighlightProjection.request(com.google.gson.JsonObject requestBody, ProjectionRequestContext context) ElasticsearchFieldProjection<F,V, P, T>.org.hibernate.search.backend.elasticsearch.search.projection.impl.ElasticsearchFieldProjection.ValueFieldExtractor<?> ElasticsearchFieldProjection.request(com.google.gson.JsonObject requestBody, ProjectionRequestContext context) ElasticsearchIdProjection.request(com.google.gson.JsonObject requestBody, ProjectionRequestContext context) ElasticsearchObjectProjection.request(com.google.gson.JsonObject requestBody, ProjectionRequestContext context) ElasticsearchSearchProjection.request(com.google.gson.JsonObject requestBody, ProjectionRequestContext context) Contributes to the request, making sure that the requirements for this projection are met, and creating anElasticsearchSearchProjection.Extractorthat will be able to extract the result of the projection from the Elasticsearch response.ElasticsearchThrowingProjection.request(com.google.gson.JsonObject requestBody, ProjectionRequestContext context) voidProjectionExtractionHelper.request(com.google.gson.JsonObject requestBody, ProjectionRequestContext context) voidSingleTypeNameExtractionHelper.request(com.google.gson.JsonObject requestBody, ProjectionRequestContext context)