Package org.apache.solr.search.grouping.endresulttransformer

Interface Summary
EndResultTransformer Responsible for transforming the grouped result into the final format for displaying purposes.
EndResultTransformer.SolrDocumentSource Abstracts the source for SolrDocument instances.
 

Class Summary
GroupedEndResultTransformer Implementation of EndResultTransformer that keeps each grouped result separate in the final response.
MainEndResultTransformer Implementation of EndResultTransformer that transforms the grouped result into the main result list in the response.
SimpleEndResultTransformer Implementation of EndResultTransformer that transforms the grouped result into a single flat list.
 



Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.