Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions docs/reference/analysis.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
= Text analysis

:lucene-analysis-docs: https://lucene.apache.org/core/{lucene_version_path}/analyzers-common/org/apache/lucene/analysis
:lucene-stop-word-link: https://github.com/apache/lucene-solr/blob/master/lucene/analysis/common/src/resources/org/apache/lucene/analysis
:lucene-gh-main-link: https://github.com/apache/lucene/blob/main/lucene
:lucene-stop-word-link: {lucene-gh-main-link}/analysis/common/src/resources/org/apache/lucene/analysis

[partintro]
--
Expand Down Expand Up @@ -58,4 +59,4 @@ include::analysis/tokenfilters.asciidoc[]

include::analysis/charfilters.asciidoc[]

include::analysis/normalizers.asciidoc[]
include::analysis/normalizers.asciidoc[]
Original file line number Diff line number Diff line change
Expand Up @@ -282,11 +282,11 @@ parameter and a link to their predefined stop words in Lucene.

[[english-stop-words]]
`_english_`::
https://github.com/apache/lucene-solr/blob/master/lucene/analysis/common/src/java/org/apache/lucene/analysis/en/EnglishAnalyzer.java#L46[English stop words]
{lucene-gh-main-link}/analysis/common/src/java/org/apache/lucene/analysis/en/EnglishAnalyzer.java#L48[English stop words]

[[estonian-stop-words]]
`_estonian_`::
https://github.com/apache/lucene-solr/blob/master/lucene/analysis/common/src/resources/org/apache/lucene/analysis/et/stopwords.txt[Estonian stop words]
{lucene-stop-word-link}/et/stopwords.txt[Estonian stop words]

[[finnish-stop-words]]
`_finnish_`::
Expand Down