Skip to content

Commit 0c1fa9d

Browse files
committed
reduced link text in a URL
1 parent 07c9e4f commit 0c1fa9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/search/reference-stopwords.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ When text is indexed into Azure Cognitive Search, it's processed by analyzers so
1818

1919
This article lists the stopwords used by the Microsoft analyzer for each language.
2020

21-
For the stopword list for Lucene analyzers, see [https://github.com/apache/lucene/tree/main/lucene/analysis/common/src/resources/org/apache/lucene/analysis](https://github.com/apache/lucene/tree/main/lucene/analysis/common/src/resources/org/apache/lucene/analysis).
21+
For the stopword list for Lucene analyzers, see the [Apache Lucene source code on GitHub](https://github.com/apache/lucene/tree/main/lucene/analysis/common/src/resources/org/apache/lucene/analysis).
2222

2323
> [!TIP]
2424
> To view the output of any given analyzer, call the [Analyze Text REST API](/rest/api/searchservice/test-analyzer). This API is often helpful for debugging unexpected search results.

0 commit comments

Comments
 (0)