docs: Add ref_path parameter documentation for hunspell token filter#12161
Conversation
|
Thank you for submitting your PR. The PR states are In progress (or Draft) -> Tech review -> Doc review -> Merged. Before you submit your PR for doc review, make sure the content is technically accurate. If you need help finding a tech reviewer, tag a maintainer. When you're ready for doc review, tag the assignee of this PR. The doc reviewer may push edits to the PR directly or leave comments and editorial suggestions for you to address (let us know in a comment if you have a preference). |
There was a problem hiding this comment.
Pull request overview
Documents the new ref_path parameter for the Hunspell token filter to support package-based dictionary loading, enabling multiple dictionary sets for the same locale.
Changes:
- Document
ref_pathparameter and default fallback behavior when it’s not specified. - Add a new “Package-based dictionary loading” section with directory layout and JSON examples for multi-tenant dictionary usage.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Document new ref_path parameter for package-based dictionary loading - Add package-based dictionary loading section with directory structure and examples - Add multi-tenant usage examples (medical-dict, legal-dict) - Document fallback behavior when ref_path is not specified - Add validation constraints for ref_path and locale values Signed-off-by: Ayush Sharma <118544643+shayush622@users.noreply.github.com> Signed-off-by: ayushify <ayushify@amazon.com> Signed-off-by: shayush622 <ayush5267@gmail.com>
0a6a093 to
0194fc6
Compare
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
kolchfa-aws
left a comment
There was a problem hiding this comment.
Thank you, @shayush622! LGTM
Description
Customer(s) can now use package based dictionary i.e. it provides support for multiple same locale support which might contain different affix rules, across different packages.
Checklist
For more information on following Developer Certificate of Origin and signing off your commits, please check here.