public interface EndResultTransformer
Modifier and Type | Interface and Description |
---|---|
static interface |
EndResultTransformer.SolrDocumentSource
Abstracts the source for
SolrDocument instances. |
Modifier and Type | Method and Description |
---|---|
void |
transform(Map<String,?> result,
ResponseBuilder rb,
EndResultTransformer.SolrDocumentSource solrDocumentSource)
Transforms the specified result into its final form and puts it into the specified response.
|
void transform(Map<String,?> result, ResponseBuilder rb, EndResultTransformer.SolrDocumentSource solrDocumentSource)
result
- The map containing the grouping result (for grouping by field and query)rb
- The response builder containing the response used to render the result and the grouping specificationsolrDocumentSource
- The source of SolrDocument
instancesCopyright © 2000-2017 Apache Software Foundation. All Rights Reserved.