Skip to content

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