Skip to content

Commit

Permalink
es7.10.2 (#358)
Browse files Browse the repository at this point in the history
Thanks again @tomoyaY !
  • Loading branch information
tomoyaY authored Mar 9, 2021
1 parent 1aab09d commit a6eee49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ltrVersion = 1.5.4
elasticsearchVersion = 7.10.0
ltrVersion = 1.5.5
elasticsearchVersion = 7.10.2
luceneVersion = 8.7.0
ow2Version = 8.0.1
antlrVersion=4.5.1-1
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ public void collect(int doc) throws IOException {
random().nextBoolean() ? new HashMap<>() : null,
null
);
processor.process(new FetchSubPhase.HitContext(hit, context, doc, new SourceLookup(), new HashMap<>()));
processor.process(new FetchSubPhase.HitContext(hit, context, doc, new SourceLookup()));
hits.add(hit);
}
}
Expand Down

0 comments on commit a6eee49

Please sign in to comment.