You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
351: Implement the proximity precision option r=ellnix a=KatsukiFujimoto
# Pull Request
## Related issue
N/A
## What does this PR do?
- Implements the proximity precision option so that you can set it through a model file.
- This option can be useful when you prefer shorter indexing time to higher search precision.
- https://www.meilisearch.com/docs/reference/api/settings#proximity-precision
- Adds sample code for it in README.
## PR checklist
Please check if your PR fulfills the following requirements:
- [x] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)?
- [x] Have you read the contributing guidelines?
- [x] Have you made sure that the title is accurate and descriptive of the changes?
Co-authored-by: KatsukiFujimoto <kf1996cnbl@gmail.com>
0 commit comments