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 d3f86c0 commit 4ef1008Copy full SHA for 4ef1008
src/commonMain/kotlin/com/algolia/search/model/settings/Settings.kt
@@ -359,7 +359,7 @@ public data class Settings(
359
*/
360
@SerialName(KeyUserData) var userData: JsonObject? = null,
361
/**
362
- * This parameter configures the segmentation of Japanese text at indexing time.
+ * 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.
365
@@ -371,4 +371,4 @@ public data class Settings(
371
372
@SerialName(KeyPrimary)
373
val primary: IndexName? = null
374
-}
+}
0 commit comments