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 <zjh1983...@163.com> wrote: > > hallo, > i found a bug, in org.apache.solr.handler.component.QueryComponent line > 989 . > Map<Object,ShardDoc> resultIds = new HashMap<>(); should Map<Object, > ShardDoc> resultIds = new LinkedHashMap<Object, ShardDoc>(); > > thank you! > > > > > > > zjh1983314