Skip to content

Commit fbea34c

Browse files
amitmbmjtibshirani
authored andcommitted
Fix docs link to Lucene stop filter (#87037)
Updates the docs with the new Javadoc location for Lucene's stop filter. Closes #87034.
1 parent 753c028 commit fbea34c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ In addition to English, the `stop` filter supports predefined
1919
languages>>. You can also specify your own stop words as an array or file.
2020

2121
The `stop` filter uses Lucene's
22-
{lucene-analysis-docs}/StopFilter.html[StopFilter].
22+
{lucene-analysis-docs}/core/StopFilter.html[StopFilter].
2323

2424
[[analysis-stop-tokenfilter-analyze-ex]]
2525
==== Example
@@ -374,4 +374,4 @@ parameter and a link to their predefined stop words in Lucene.
374374

375375
[[turkish-stop-words]]
376376
`_turkish_`::
377-
{lucene-stop-word-link}/tr/stopwords.txt[Turkish stop words]
377+
{lucene-stop-word-link}/tr/stopwords.txt[Turkish stop words]

0 commit comments

Comments
 (0)