Package | Description |
---|---|
org.apache.solr.search.grouping.endresulttransformer |
APIs and classes for transforming result grouping results into the appropriate response format
|
Modifier and Type | Method and Description |
---|---|
void |
EndResultTransformer.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 |
MainEndResultTransformer.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 |
GroupedEndResultTransformer.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 |
SimpleEndResultTransformer.transform(Map<String,?> result,
ResponseBuilder rb,
EndResultTransformer.SolrDocumentSource solrDocumentSource)
Transforms the specified result into its final form and puts it into the specified response.
|
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.