Uses of Interface
org.apache.solr.search.grouping.endresulttransformer.EndResultTransformer
-
Packages that use EndResultTransformer Package Description org.apache.solr.handler.component SearchComponentimplementations for use inSearchHandlerorg.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.handler.component
Fields in org.apache.solr.handler.component declared as EndResultTransformer Modifier and Type Field Description protected static EndResultTransformerQueryComponent. MAIN_END_RESULT_TRANSFORMERprotected static EndResultTransformerQueryComponent. SIMPLE_END_RESULT_TRANSFORMER -
Uses of EndResultTransformer in org.apache.solr.search.grouping.endresulttransformer
Classes in org.apache.solr.search.grouping.endresulttransformer that implement EndResultTransformer Modifier and Type Class Description classGroupedEndResultTransformerImplementation ofEndResultTransformerthat keeps each grouped result separate in the final response.classMainEndResultTransformerImplementation ofEndResultTransformerthat transforms the grouped result into the main result list in the response.classSimpleEndResultTransformerImplementation ofEndResultTransformerthat transforms the grouped result into a single flat list.
-