Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v28: Add Stemming API #83

Merged
merged 2 commits into from
Feb 16, 2025
Merged

v28: Add Stemming API #83

merged 2 commits into from
Feb 16, 2025

Conversation

tharropoulos
Copy link
Contributor

Change Summary

This pull request introduces a new stemming feature to the Typesense API client. The changes include adding new classes for handling stemming dictionaries, updating the Client class to include stemming functionality, and adding tests to ensure the new functionality works correctly.

New Stemming Feature:

Testing:

  • Add StemmingDictionaries to handle bulk dictionary operations
  • Add StemmingDictionary to manage individual dictionaries
  • Add StemmingDictionariesRetrieveSchema for API responses
  • Add tests for dictionary creation and retrieval

PR Checklist

[x] I have read and signed the Contributor License Agreement.

- Add `Stemming` class to manage dictionary operations
- Add `StemmingDictionaries` to handle bulk dictionary operations
- Add `StemmingDictionary` to manage individual dictionaries
- Add `StemmingDictionariesRetrieveSchema` for API responses
- Add tests for dictionary creation and retrieval
@kishorenc kishorenc merged commit 3b3ffea into typesense:master Feb 16, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants