Skip to content

Commit 686b1f0

Browse files
committed
Fix javadoc
1 parent 311f660 commit 686b1f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ public void parse(ParseContext context) throws IOException {
302302
public abstract ValueFetcher valueFetcher(SearchLookup lookup, @Nullable String format);
303303

304304
/**
305-
* Fetch values for a particular document.
305+
* Reads values for documents in a leaf.
306306
*/
307307
@FunctionalInterface
308308
public interface ValueFetcher {

0 commit comments

Comments
 (0)