Skip to content

Commit 70bb7c8

Browse files
NoorKhanrjernst
authored andcommitted
Fixed typo in comment (#51745)
Comment said the supporter highlighter type was fvj, there's no such highlighter. It is supposed to say fvh for fast vector highlighting.
1 parent 480e923 commit 70bb7c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/org/elasticsearch/search/fetch/subphase/highlight/AbstractHighlighterBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ public Integer numOfFragments() {
277277

278278
/**
279279
* Set type of highlighter to use. Out of the box supported types
280-
* are {@code unified}, {@code plain} and {@code fvj}.
280+
* are {@code unified}, {@code plain} and {@code fvh}.
281281
* Defaults to {@code unified}.
282282
* Details of the different highlighter types are covered in the reference guide.
283283
*/

0 commit comments

Comments
 (0)