File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 2
2
= Text analysis
3
3
4
4
:lucene-analysis-docs: https://lucene.apache.org/core/{lucene_version_path}/analyzers-common/org/apache/lucene/analysis
5
- :lucene-stop-word-link: https://github.com/apache/lucene-solr/blob/master/lucene/analysis/common/src/resources/org/apache/lucene/analysis
5
+ :lucene-gh-main-link: https://github.com/apache/lucene/blob/main/lucene
6
+ :lucene-stop-word-link: {lucene-gh-main-link}/analysis/common/src/resources/org/apache/lucene/analysis
6
7
7
8
[partintro]
8
9
--
@@ -58,4 +59,4 @@ include::analysis/tokenfilters.asciidoc[]
58
59
59
60
include::analysis/charfilters.asciidoc[]
60
61
61
- include::analysis/normalizers.asciidoc[]
62
+ include::analysis/normalizers.asciidoc[]
Original file line number Diff line number Diff line change @@ -282,11 +282,11 @@ parameter and a link to their predefined stop words in Lucene.
282
282
283
283
[[english-stop-words]]
284
284
`_english_`::
285
- https://github.com/apache/ lucene-solr/blob/master/lucene/ analysis/common/src/java/org/apache/lucene/analysis/en/EnglishAnalyzer.java#L46 [English stop words]
285
+ { lucene-gh-main-link}/ analysis/common/src/java/org/apache/lucene/analysis/en/EnglishAnalyzer.java#L48 [English stop words]
286
286
287
287
[[estonian-stop-words]]
288
288
`_estonian_`::
289
- https://github.com/apache/ lucene-solr/blob/master/lucene/analysis/common/src/resources/org/apache/lucene/analysis /et/stopwords.txt[Estonian stop words]
289
+ { lucene-stop-word-link} /et/stopwords.txt[Estonian stop words]
290
290
291
291
[[finnish-stop-words]]
292
292
`_finnish_`::
You can’t perform that action at this time.
0 commit comments