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

Adds new script API to ValuesSourceMetricsAggregationBuilder #12152

Merged
merged 1 commit into from Jul 10, 2015
Merged

Adds new script API to ValuesSourceMetricsAggregationBuilder #12152

merged 1 commit into from Jul 10, 2015

Conversation

colings86
Copy link
Contributor

A method for the new Script API were missing in the ValuesSourceMetricsAggregationBuilder. This change adds the missing method and deprecates the old Script API methods

public B format(String format) {
this.format = format;
return (B) this;
}
Copy link
Contributor

Choose a reason for hiding this comment

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

Can you add javadocs to these methods, and in particular for the deprecated ones describe what should be used instead?

@jpountz
Copy link
Contributor

jpountz commented Jul 10, 2015

LGTM

…ilder

A method for the new Script API were missing in the ValuesSourceMetricsAggregationBuilder. This change adds the missing method and deprecates the old Script API methods
@colings86 colings86 merged commit fcf8d24 into elastic:master Jul 10, 2015
@kevinkluge kevinkluge removed the review label Jul 10, 2015
@colings86 colings86 deleted the fix/aggBuildersScripts branch July 10, 2015 12:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants