Skip to content

Commit 7b9f4e6

Browse files
authored
Trivial fix for javadoc on BlockSourceReader.lookupMatchingAll (#135764)
1 parent e2a20ca commit 7b9f4e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/org/elasticsearch/index/mapper/BlockSourceReader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ public static BytesRef toBytesRef(BytesRef scratch, String v) {
479479
}
480480

481481
/**
482-
* Build a {@link LeafIteratorLookup} which checks for norms of a text field.
482+
* Build a {@link LeafIteratorLookup} which matches all documents in a segment
483483
*/
484484
public static LeafIteratorLookup lookupMatchingAll() {
485485
return new LeafIteratorLookup() {

0 commit comments

Comments
 (0)