-
Couldn't load subscription status.
- Fork 8
MB-66396: Interface for IndexInsightsReader
#71
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
base: master
Are you sure you want to change the base?
Conversation
InsightsIndex
42826d8 to
8c8bc23
Compare
8c8bc23 to
1d0b371
Compare
InsightsIndexIndexInsightsReader
|
|
||
| type TermFreq struct { | ||
| Term string `json:"term"` | ||
| Frequency uint64 `json:"frequency"` | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not required, the struct required is already defined, this becomes duplicate Count === Frequency
type DictEntry struct {
Term string
Count uint64
EditDistance uint8
}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fair, just created a separate entry for context.
No description provided.