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

MB-58901: Cardinality API support for TermDictionary #48

Merged
merged 3 commits into from
Jan 7, 2025
Merged

Conversation

Thejas-bhat
Copy link
Member

No description provided.

@Thejas-bhat Thejas-bhat changed the title exposing cardinality API for TermDictionary MB-58901: Cardinality API support for TermDictionary Jan 6, 2025
@Thejas-bhat Thejas-bhat marked this pull request as ready for review January 6, 2025 11:49
segment.go Outdated
@@ -68,6 +68,9 @@ type TermDictionary interface {
startKeyInclusive, endKeyExclusive []byte) DictionaryIterator

Contains(key []byte) (bool, error)

// makes sense to just modify the existing API rather create a new one
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Refactor this comment please.

@abhinavdangeti abhinavdangeti merged commit 4738c00 into master Jan 7, 2025
9 checks passed
@abhinavdangeti abhinavdangeti deleted the bm25 branch January 7, 2025 15:14
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