Skip to content

Commit b988bb0

Browse files
committed
Fix linting errors
1 parent f576b3a commit b988bb0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

learn/indexing/multilingual-datasets.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ description: This guide covers indexing strategies, language-specific tokenizers
55

66
When working with datasets that include content in multiple languages, it’s important to ensure that both documents and queries are processed correctly. This guide explains how to index and search multilingual datasets in Meilisearch, highlighting best practices, useful features, and what to avoid.
77

8-
98
## Recommended indexing strategy
109

1110
### Create a separate index for each language (recommended)
@@ -119,4 +118,3 @@ This ensures queries are interpreted with the correct tokenizer and normalizatio
119118

120119
Handling multilingual datasets in Meilisearch requires careful planning of both indexing and querying.
121120
By choosing the right indexing strategy, and explicitly configuring languages with `localizedAttributes` and `locales`, you ensure that documents and queries are processed consistently.
122-

0 commit comments

Comments
 (0)