-
Notifications
You must be signed in to change notification settings - Fork 25k
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
[ML] Replace the implementation of the categorize_text aggregation #85872
Merged
droberts195
merged 18 commits into
elastic:master
from
droberts195:rename_new_categorization_agg
May 23, 2022
Merged
Changes from 2 commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
010db38
[ML] Replace the implementation of the categorize_text aggregation
droberts195 96b6350
Update docs/changelog/85872.yaml
droberts195 fe710a7
Some fixes
droberts195 baa1a3f
Merge remote-tracking branch 'origin/master' into rename_new_categori…
droberts195 73d49a1
Skip REST compatibility tests for categorize_text
droberts195 b3fe740
Add code for BWC with versions older than 8.3
droberts195 d6706a4
Throw exception in mixed version cluster instead
droberts195 7d36f67
Merge remote-tracking branch 'origin/master' into rename_new_categori…
droberts195 2f53ce5
Adjust docs
droberts195 2aa1746
Merge remote-tracking branch 'origin/master' into rename_new_categori…
droberts195 40f6d4d
Merge branch 'master' into rename_new_categorization_agg
elasticmachine 899305e
Merge branch 'master' into rename_new_categorization_agg
elasticmachine 754198f
Merge branch 'master' into rename_new_categorization_agg
elasticmachine 0b77573
Merge branch 'master' into rename_new_categorization_agg
elasticmachine acc59f4
Fixes and improvements
droberts195 d5b0113
Don't discard tokens where IDs match but weights differ
droberts195 fecd32c
Merge branch 'master' into rename_new_categorization_agg
droberts195 7589387
Further weighting changes
droberts195 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
we MAY get this for free with the versioned named writeable stuff. But, keeping this here is cool with me.