mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-23 21:38:15 +00:00
don't increment the counter twice
This commit is contained in:
parent
ab57fa86af
commit
918e2a6882
@ -110,8 +110,6 @@ public class FetchPhase implements SearchPhase {
|
||||
hitField.values().add(value);
|
||||
}
|
||||
doExplanation(context, docId, searchHit);
|
||||
|
||||
index++;
|
||||
}
|
||||
context.fetchResult().hits(new InternalSearchHits(hits, context.queryResult().topDocs().totalHits));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user