romseygeek commented on code in PR #15514:
URL: https://github.com/apache/lucene/pull/15514#discussion_r2640209706


##########
lucene/core/src/java/org/apache/lucene/index/DocValuesSkipper.java:
##########
@@ -175,12 +174,12 @@ public static long globalMaxValue(IndexSearcher searcher, 
String field) throws I
   /**
    * Returns the total skipper document count for a field across all segments
    *
-   * @param searcher a searcher over the index
+   * @param reader the index reader to be stated

Review Comment:
   ```suggestion
      * @param reader the index reader to be queried
   ```



##########
lucene/core/src/java/org/apache/lucene/index/DocValuesSkipper.java:
##########
@@ -152,12 +151,12 @@ public static long globalMinValue(IndexSearcher searcher, 
String field) throws I
    * Returns the maximum value for a field across all segments, or {@link 
Long#MIN_VALUE} if not
    * available
    *
-   * @param searcher a searcher over the index
+   * @param reader the index reader to be stated

Review Comment:
   ```suggestion
      * @param reader the index reader to be queried
   ```



##########
lucene/core/src/java/org/apache/lucene/index/DocValuesSkipper.java:
##########
@@ -128,12 +127,12 @@ public final void advance(long minValue, long maxValue) 
throws IOException {
    * Returns the minimum value for a field across all segments, or {@link 
Long#MIN_VALUE} if not
    * available
    *
-   * @param searcher a searcher over the index
+   * @param reader the index reader to be stated

Review Comment:
   ```suggestion
      * @param reader the index reader to be queried
   ```



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