We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ef1008 commit 321334dCopy full SHA for 321334d
src/commonMain/kotlin/com/algolia/search/model/settings/Settings.kt
@@ -361,7 +361,7 @@ public data class Settings(
361
/**
362
* This parameter configures the segmentation of text at indexing time.
363
* Accepted value: [Language.Japanese]
364
- * Input data to index is treated as Japanese text.
+ * Input data to index is treated as the given language(s) for segmentation.
365
*/
366
@SerialName(KeyIndexLanguages) var indexLanguages: List<Language>? = null
367
) {
0 commit comments