Skip to content

Commit 6a334b8

Browse files
authored
Merge pull request #105111 from SnehaAgrawal-MSFT/patch-11
"(AzureCXP)" fixes MicrosoftDocs/azure-docs/issues/48505
2 parents 1823f78 + 4f530e8 commit 6a334b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/search/index-add-language-analyzers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The default analyzer is Standard Lucene, which works well for English, but perha
3939

4040
+ Lucene's English analyzer extends the standard analyzer. It removes possessives (trailing 's) from words, applies stemming as per Porter Stemming algorithm, and removes English stop words.
4141

42-
+ Microsoft's English analyzer performs lemmatization instead of stemming. This means it can handle inflected and irregular word forms much better what results in more relevant search results
42+
+ Microsoft's English analyzer performs lemmatization instead of stemming. This means it can handle inflected and irregular word forms much better which results in more relevant search results
4343

4444
## Configuring analyzers
4545

0 commit comments

Comments
 (0)