Browse Source

[Docs] Fix example output of edge n-gram token filter. (#51085)

PND 5 năm trước cách đây
mục cha
commit
e16d1e5725

+ 1 - 1
docs/reference/analysis/tokenfilters/edgengram-tokenfilter.asciidoc

@@ -49,7 +49,7 @@ The filter produces the following tokens:
 
 [source,text]
 --------------------------------------------------
-[ t, th, q, ui, b, br, f, fo, j, ju ]
+[ t, th, q, qu, b, br, f, fo, j, ju ]
 --------------------------------------------------
 
 /////////////////////