Package | Description |
---|---|
org.apache.solr.search.grouping.distributed.command | |
org.apache.solr.search.grouping.distributed.shardresultserializer |
Modifier and Type | Method and Description |
---|---|
Pair<java.lang.Integer,java.util.Collection<org.apache.lucene.search.grouping.SearchGroup<java.lang.String>>> |
SearchGroupsFieldCommand.result() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,Pair<java.lang.Integer,java.util.Collection<org.apache.lucene.search.grouping.SearchGroup<java.lang.String>>>> |
SearchGroupsResultTransformer.transformToNative(NamedList<NamedList> shardResponse,
org.apache.lucene.search.Sort groupSort,
org.apache.lucene.search.Sort sortWithinGroup,
java.lang.String shard)
Transforms the specified shard response into native structures.
|