Github user upthewaterspout commented on a diff in the pull request:
https://github.com/apache/geode/pull/503#discussion_r115624258
--- Diff:
geode-lucene/src/main/java/org/apache/geode/cache/lucene/LuceneResultStruct.java
---
@@ -39,6 +41,8 @@
* Return score the score of the entry matching the query. Scores are
computed by Lucene based on
* how closely documents match the query.
*
+ * @return float value representing the score of the document / entry
obtained as a result of
--- End diff --
what does document / entry mean in this case? We should probably just use
entry instead of document here?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---