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 forSolrDocument
instances. -
Class Summary Class Description GroupedEndResultTransformer Implementation ofEndResultTransformer
that keeps each grouped result separate in the final response.MainEndResultTransformer Implementation ofEndResultTransformer
that transforms the grouped result into the main result list in the response.SimpleEndResultTransformer Implementation ofEndResultTransformer
that transforms the grouped result into a single flat list.