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

APIs and classes for transforming result grouping results into the appropriate response format

See:
          Description

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.
 

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

APIs and classes for transforming result grouping results into the appropriate response format



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