Package org.apache.solr.search.grouping.endresulttransformer
APIs and classes for transforming result grouping results into the appropriate response format
-
Interface Summary Interface Description EndResultTransformer Responsible for transforming the grouped result into the final format for displaying purposes.EndResultTransformer.SolrDocumentSource Abstracts the source forSolrDocumentinstances. -
Class Summary Class Description GroupedEndResultTransformer Implementation ofEndResultTransformerthat keeps each grouped result separate in the final response.MainEndResultTransformer Implementation ofEndResultTransformerthat transforms the grouped result into the main result list in the response.SimpleEndResultTransformer Implementation ofEndResultTransformerthat transforms the grouped result into a single flat list.