Uses of Interface
org.apache.solr.search.grouping.endresulttransformer.EndResultTransformer

Packages that use EndResultTransformer
org.apache.solr.search.grouping.endresulttransformer APIs and classes for transforming result grouping results into the appropriate response format 
 

Uses of EndResultTransformer in org.apache.solr.search.grouping.endresulttransformer
 

Classes in org.apache.solr.search.grouping.endresulttransformer that implement EndResultTransformer
 class GroupedEndResultTransformer
          Implementation of EndResultTransformer that keeps each grouped result separate in the final response.
 class MainEndResultTransformer
          Implementation of EndResultTransformer that transforms the grouped result into the main result list in the response.
 class SimpleEndResultTransformer
          Implementation of EndResultTransformer that transforms the grouped result into a single flat list.
 



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