Searched refs:transformToNative (Results 1 - 5 of 5) sorted by relevance

/lucene-3.6.0/solr/core/src/java/org/apache/solr/search/grouping/distributed/shardresultserializer/
H A DShardResultTransformer.java53 R transformToNative(NamedList<NamedList> shardResponse, Sort groupSort, Sort sortWithinGroup, String shard) throws IOException; method in interface:ShardResultTransformer
H A DSearchGroupsResultTransformer.java71 public Map<String, Collection<SearchGroup<String>>> transformToNative(NamedList<NamedList> shardResponse, Sort groupSort, Sort sortWithinGroup, String shard) throws IOException { method in class:SearchGroupsResultTransformer
H A DTopGroupsResultTransformer.java83 public Map<String, ?> transformToNative(NamedList<NamedList> shardResponse, Sort groupSort, Sort sortWithinGroup, String shard) { method in class:TopGroupsResultTransformer
/lucene-3.6.0/solr/core/src/java/org/apache/solr/search/grouping/distributed/responseprocessor/
H A DSearchGroupShardResponseProcessor.java65 Map<String, Collection<SearchGroup<String>>> result = serializer.transformToNative(firstPhaseResult, groupSort, null, srsp.getShard());
H A DTopGroupsShardResponseProcessor.java79 Map<String, ?> result = serializer.transformToNative(secondPhaseResult, groupSort, sortWithinGroup, srsp.getShard());

Completed in 13 milliseconds