This repository was archived by the owner on Mar 21, 2024. It is now read-only.
Commit edd18a5
Settings API - Typo Tolerance (#117)
* Draft file for Typo Tolerance specification
* rename spec file
* Rename specification
* draft
* Add open-api.yaml prototype
* Add typoTolerance component on POST search
* Add typoTolerance object into search api parameters
* fix typos
* remove the past tense
* Add typoTolerance GET query parameters
* Fix description
* Add explanations for disableOnWords property
* Update spec href
* Describe indexes/:index_uid/settings/typo-tolerance endpoint
* Explain why it is useful to expose typo tolerance settings at search time
* Remove typoTolerance properties at search time
* Add a future possiblity to change POST verb to PATCH to edit a settings partially
* Sync spec with telemetry
* Mark TODO on technical details and rework structure of specification
* Specify properties required to false to allow partial updates
* Add error definitions for typoTolerance API resource properties
* Rename spec file
* Restore deleted metric
* Update text/0117-typo-tolerance-settings-api.md
Co-authored-by: cvermand <[email protected]>
* Update text/0117-typo-tolerance-settings-api.md
Co-authored-by: cvermand <[email protected]>
* Apply suggestions from code review
Co-authored-by: Bruno Casali <[email protected]>
* Replace W to w in telemtry
* Apply consistency on new errors message
* fix typo
* Add Async Errors and Lazy Index Creation
* Rename telemetry nodes
* Mention case insensivity of disableOnWords parameter
* Describes synchronous (type-checking) and asynchronous (business logic) errors
* Add examples for minWordSizeFor1Typo and minWordSizeFor2Typos
* Elaborate on examples
* Remove title bullet point
* Apply naming suggestions
* Apply naming changes on telemetry and miss on OpenAPI
* Branch typo sub-ressource to settings-api specification
* Fix typo (lul)
* Add Technical Details
* Apply suggestions from code review
Co-authored-by: cvermand <[email protected]>
* Replace minWordSizeForXTypos fields by a minWordSizeForTypos object
* Update text/0034-telemetry-policies.md
Co-authored-by: ad hoc <[email protected]>
* Apply suggestions from code review
Co-authored-by: Tommy <[email protected]>
* Remove dedicated error for type checking
* Update text/0034-telemetry-policies.md
Co-authored-by: Bruno Casali <[email protected]>
* Bring naming changes
* Fix metrics name for typo_tolerance
* Update text/0034-telemetry-policies.md
Co-authored-by: cvermand <[email protected]>
Co-authored-by: Bruno Casali <[email protected]>
Co-authored-by: ad hoc <[email protected]>
Co-authored-by: Tommy <[email protected]>1 parent f35ab02 commit edd18a5
File tree
6 files changed
+500
-22
lines changed- text
6 files changed
+500
-22
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
405 | 405 | | |
406 | 406 | | |
407 | 407 | | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
408 | 444 | | |
409 | 445 | | |
410 | 446 | | |
| |||
458 | 494 | | |
459 | 495 | | |
460 | 496 | | |
| 497 | + | |
| 498 | + | |
461 | 499 | | |
462 | 500 | | |
463 | 501 | | |
| |||
466 | 504 | | |
467 | 505 | | |
468 | 506 | | |
| 507 | + | |
469 | 508 | | |
470 | 509 | | |
471 | 510 | | |
| |||
1607 | 1646 | | |
1608 | 1647 | | |
1609 | 1648 | | |
| 1649 | + | |
| 1650 | + | |
1610 | 1651 | | |
1611 | 1652 | | |
1612 | 1653 | | |
| |||
1616 | 1657 | | |
1617 | 1658 | | |
1618 | 1659 | | |
| 1660 | + | |
1619 | 1661 | | |
1620 | 1662 | | |
1621 | 1663 | | |
| |||
1657 | 1699 | | |
1658 | 1700 | | |
1659 | 1701 | | |
| 1702 | + | |
| 1703 | + | |
| 1704 | + | |
| 1705 | + | |
| 1706 | + | |
| 1707 | + | |
| 1708 | + | |
| 1709 | + | |
| 1710 | + | |
| 1711 | + | |
1660 | 1712 | | |
1661 | 1713 | | |
1662 | 1714 | | |
| |||
1700 | 1752 | | |
1701 | 1753 | | |
1702 | 1754 | | |
| 1755 | + | |
| 1756 | + | |
1703 | 1757 | | |
1704 | 1758 | | |
1705 | 1759 | | |
| |||
1736 | 1790 | | |
1737 | 1791 | | |
1738 | 1792 | | |
| 1793 | + | |
| 1794 | + | |
| 1795 | + | |
| 1796 | + | |
| 1797 | + | |
| 1798 | + | |
| 1799 | + | |
| 1800 | + | |
| 1801 | + | |
| 1802 | + | |
1739 | 1803 | | |
1740 | 1804 | | |
1741 | 1805 | | |
| |||
2054 | 2118 | | |
2055 | 2119 | | |
2056 | 2120 | | |
| 2121 | + | |
| 2122 | + | |
| 2123 | + | |
| 2124 | + | |
| 2125 | + | |
| 2126 | + | |
| 2127 | + | |
| 2128 | + | |
| 2129 | + | |
| 2130 | + | |
| 2131 | + | |
| 2132 | + | |
| 2133 | + | |
| 2134 | + | |
| 2135 | + | |
| 2136 | + | |
| 2137 | + | |
| 2138 | + | |
| 2139 | + | |
| 2140 | + | |
| 2141 | + | |
| 2142 | + | |
| 2143 | + | |
| 2144 | + | |
| 2145 | + | |
| 2146 | + | |
| 2147 | + | |
| 2148 | + | |
| 2149 | + | |
| 2150 | + | |
| 2151 | + | |
| 2152 | + | |
| 2153 | + | |
| 2154 | + | |
| 2155 | + | |
| 2156 | + | |
| 2157 | + | |
| 2158 | + | |
| 2159 | + | |
| 2160 | + | |
| 2161 | + | |
| 2162 | + | |
| 2163 | + | |
| 2164 | + | |
| 2165 | + | |
| 2166 | + | |
| 2167 | + | |
| 2168 | + | |
| 2169 | + | |
| 2170 | + | |
| 2171 | + | |
| 2172 | + | |
| 2173 | + | |
| 2174 | + | |
| 2175 | + | |
| 2176 | + | |
| 2177 | + | |
| 2178 | + | |
| 2179 | + | |
| 2180 | + | |
| 2181 | + | |
| 2182 | + | |
| 2183 | + | |
| 2184 | + | |
| 2185 | + | |
| 2186 | + | |
| 2187 | + | |
| 2188 | + | |
2057 | 2189 | | |
2058 | 2190 | | |
2059 | 2191 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
57 | 58 | | |
58 | 59 | | |
59 | 60 | | |
| |||
116 | 117 | | |
117 | 118 | | |
118 | 119 | | |
119 | | - | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
120 | 126 | | |
121 | 127 | | |
122 | 128 | | |
| |||
275 | 281 | | |
276 | 282 | | |
277 | 283 | | |
| 284 | + | |
278 | 285 | | |
279 | 286 | | |
280 | 287 | | |
281 | 288 | | |
282 | 289 | | |
283 | | - | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
284 | 296 | | |
285 | 297 | | |
286 | 298 | | |
| |||
317 | 329 | | |
318 | 330 | | |
319 | 331 | | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
320 | 343 | | |
321 | 344 | | |
322 | 345 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
225 | 249 | | |
226 | 250 | | |
227 | 251 | | |
| |||
0 commit comments