Re: Result set sorting bug

2020-08-20 Thread Erick Erickson
Why do you think that’s a bug? ShardDoc contains all sorts of interesting information, like positionInResponse. If your contention is that the results would not be ordered correctly, then I’d think someone would have noticed before this. Best, Erick > On Aug 20, 2020, at 6:33 AM, zjh1983314 w

Result set sorting bug

2020-08-20 Thread zjh1983314
hallo, i found a bug, in org.apache.solr.handler.component.QueryComponent line 989 . Map resultIds = new HashMap<>(); should Map resultIds = new LinkedHashMap(); thank you! zjh1983314