Skip to content

Commit e817901

Browse files
abdonpijpelinkKyle Carter
andauthored
Fix link to Lucene docs for TrimFilter (#99050) (#99053)
Co-authored-by: Kyle Carter <[email protected]>
1 parent 214fd6f commit e817901

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/analysis/tokenfilters/trim-tokenfilter.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ can change the length of a token, the `trim` filter does _not_ change a token's
99
offsets.
1010

1111
The `trim` filter uses Lucene's
12-
https://lucene.apache.org/core/{lucene_version_path}/analyzers-common/org/apache/lucene/analysis/miscellaneous/TrimFilter.html[TrimFilter].
12+
https://lucene.apache.org/core/{lucene_version_path}/analysis/common/org/apache/lucene/analysis/miscellaneous/TrimFilter.html[TrimFilter].
1313

1414
[TIP]
1515
====
@@ -110,4 +110,4 @@ PUT trim_example
110110
}
111111
}
112112
}
113-
----
113+
----

0 commit comments

Comments
 (0)