Skip to content

Commit 321334d

Browse files
q-litzlerPLNech
andauthored
Update src/commonMain/kotlin/com/algolia/search/model/settings/Settings.kt
Co-Authored-By: Paul-Louis NECH <[email protected]>
1 parent 4ef1008 commit 321334d

File tree

1 file changed

+1
-1
lines changed
  • src/commonMain/kotlin/com/algolia/search/model/settings

1 file changed

+1
-1
lines changed

src/commonMain/kotlin/com/algolia/search/model/settings/Settings.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ public data class Settings(
361361
/**
362362
* This parameter configures the segmentation of text at indexing time.
363363
* Accepted value: [Language.Japanese]
364-
* Input data to index is treated as Japanese text.
364+
* Input data to index is treated as the given language(s) for segmentation.
365365
*/
366366
@SerialName(KeyIndexLanguages) var indexLanguages: List<Language>? = null
367367
) {

0 commit comments

Comments
 (0)