Handling Multiple Language Information in Schema
TLDR Jameshwart asked for handling multi-language data. Jason recommended creating a field per language and setting locale
.
May 05, 2023 (7 months ago)
Jameshwart
12:22 PMJason
04:27 PMlocale
attribute in the field definition in the schemaTypesense
Indexed 3015 threads (79% resolved)
Similar Threads
Handling Multilingual Datasets in Application Development
Joris inquired about handling multilingual datasets. Kishore Nallan suggested having fields suited for each language, using user's app language to present relevant results.
Handling Multi-lingual Tokenization in Typesense
Steffen has datasets with mixed languages and seeks a workaround for field-level multi-lingual tokenization in Typesense. Kishore Nallan suggests language detection but notes that a universal tokenizer may not be possible. Steffen plans to submit a feature request.
Typesense Multilingual Document Search
Mridul needed to search across source and translated documents. Jason and Sergio suggested putting translations in the same document, using regex with specific fields for different locales, and rebuilding the collection when adding fields.