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

RCBC-469: Support for Scoped Search Indexes #132

Merged
merged 1 commit into from Feb 1, 2024

Conversation

DemetrisChr
Copy link
Contributor

Changes

  • Add support for Scope#search and update the existing Scope#search_query to use the scope-level query endpoint.
  • Add ScopeSearchIndexManager accessed via Scope#search_indexes to manage scope-level search indexes
  • Add some tests for ScopeSearchIndexManager
  • Move all search-related classes to the top-level Couchbase module instead of Couchbase::Cluster. Created aliases in Couchbase::Cluster to ensure there are no breaking changes (except for VectorSearch, VectorQuery, SearchRequest which have not been in a release yet).
  • Both Scope#search and ScopeSearchIndexManager have been marked as 'volatile'

Results

All tests pass (including FIT)

@DemetrisChr DemetrisChr merged commit 0831b70 into couchbase:main Feb 1, 2024
3 of 4 checks passed
@DemetrisChr DemetrisChr deleted the RCBC-469-scoped-search branch February 1, 2024 17:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants