From 1e8a752d41baf63822412c0251b2d8d406ea6542 Mon Sep 17 00:00:00 2001 From: Paul Masurel Date: Fri, 19 Nov 2021 11:58:53 +0900 Subject: [PATCH] Remove Max score comment in Readme --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 893d39b2c12..7be4ca61e40 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,6 @@ Out of 5 runs, we only retain the best score, so Garbage Collection likely does ### Lucene - Query cache is disabled. -- Maxscore is not yet used in Top 10. It should give a nice boost once Lucene 8 is released. - GC should not influence the results as we pick the best out of 5 runs. - JVM used was openjdk 10.0.1 2018-04-17