mkevo commented on a change in pull request #6351:
URL: https://github.com/apache/geode/pull/6351#discussion_r626381848



##########
File path: 
geode-lucene/src/main/java/org/apache/geode/cache/lucene/internal/repository/IndexRepositoryImpl.java
##########
@@ -227,4 +230,31 @@ public int getAsInt() {
       }
     }
   }
+
+  private static class Similarity extends TFIDFSimilarity {

Review comment:
       It is similar to the `ClassicSimialrity`, but with some changes to adapt 
it to Geode. 
   You can verify it by running `DistributedScoringJUnitTest`




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to