hanbj commented on code in PR #14268:
URL: https://github.com/apache/lucene/pull/14268#discussion_r2020445151


##########
lucene/core/src/java/org/apache/lucene/search/PointInSetQuery.java:
##########
@@ -153,6 +162,21 @@ public ScorerSupplier scorerSupplier(LeafReaderContext 
context) throws IOExcepti
           return null;
         }
 
+        if (values.getDocCount() == 0) {
+          return null;
+        } else if (lowerPoint != null && upperPoint != null) {

Review Comment:
   This has been modified.



-- 
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.

To unsubscribe, e-mail: [email protected]

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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to