-
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
Replace bespoke parser for significance heuristics #50623
Conversation
This replaces the hand written xcontent parsers for significance heristics with `ObjectParser` and parsing named xcontent. As a happy accident, this was the last user of `ParseFieldRegistry` so this PR entirely removes that class. Closes elastic#25519
Pinging @elastic/es-analytics-geo (:Analytics/Aggregations) |
|
I've added |
@markharwood mind having a look at this? I gave it a skim and it LGTM, but not super familiar with the guts of Sig* aggs myself |
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.
LGTM, thanks Nik
Thanks @markharwood and @polyfractal! |
This replaces the hand written xcontent parsers for significance heristics with `ObjectParser` and parsing named xcontent. As a happy accident, this was the last user of `ParseFieldRegistry` so this PR entirely removes that class. Closes elastic#25519
This replaces the hand written xcontent parsers for significance heristics with `ObjectParser` and parsing named xcontent. As a happy accident, this was the last user of `ParseFieldRegistry` so this PR entirely removes that class. Closes #25519
This replaces the hand written xcontent parsers for significance heristics with `ObjectParser` and parsing named xcontent. As a happy accident, this was the last user of `ParseFieldRegistry` so this PR entirely removes that class. Closes elastic#25519
This replaces the hand written xcontent parsers for significance
heristics with
ObjectParser
and parsing named xcontent.As a happy accident, this was the last user of
ParseFieldRegistry
sothis PR entirely removes that class.
Closes #25519