Skip to content

[Docs] Add Aggregations list to the high-level client documentation #26025

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

Merged
merged 2 commits into from
Aug 3, 2017

Conversation

tlrx
Copy link
Member

@tlrx tlrx commented Aug 2, 2017

Related to #25984 (review)

Copy link
Member

@javanna javanna left a comment

Choose a reason for hiding this comment

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

left a couple of comments on versions, LGTM otherwise

@@ -45,6 +46,7 @@ ifeval::["{release-state}"!="unreleased"]
:painless-javadoc: https://artifacts.elastic.co/javadoc/org/elasticsearch/painless/lang-painless/{version}
:parent-join-client-javadoc: https://artifacts.elastic.co/javadoc/org/elasticsearch/plugin/parent-join-client/{version}
:percolator-client-javadoc: https://artifacts.elastic.co/javadoc/org/elasticsearch/plugin/percolator-client/{version}
:matrixstats-client-javadoc: https://artifacts.elastic.co/javadoc/org/elasticsearch/plugin/aggs-matrix-stats-client/{version}-SNAPSHOT
Copy link
Member

Choose a reason for hiding this comment

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

remove the -SNAPSHOT suffix at the end ?

Copy link
Member Author

Choose a reason for hiding this comment

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

Good catch


:agg-ref: https://snapshots.elastic.co/javadoc/org/elasticsearch/elasticsearch/5.6.0-SNAPSHOT/org/elasticsearch/search/aggregations
:parentjoin-ref: https://snapshots.elastic.co/javadoc/org/elasticsearch/plugin/parent-join-client/5.6.0-SNAPSHOT/org/elasticsearch/join/aggregations
:matrixstats-ref: https://snapshots.elastic.co/javadoc/org/elasticsearch/plugin/aggs-matrix-stats-client/5.6.0-SNAPSHOT/org/elasticsearch/search/aggregations
Copy link
Member

Choose a reason for hiding this comment

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

versions are hardcoded here? they should not be I think

Copy link
Member Author

Choose a reason for hiding this comment

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

Sorry that's a leftover: I used hardcoded attributes to tests all the generated links. The right values are commented few lines above:

:agg-ref: {elasticsearch-javadoc}/org/elasticsearch/search/aggregations
:parentjoin-ref: {parent-join-client-javadoc}/org/elasticsearch/join/aggregations
:matrixstats-ref: {matrixstats-client-javadoc}/org/elasticsearch/search/aggregations

@tlrx tlrx merged commit 4f5ce55 into elastic:master Aug 3, 2017
@tlrx
Copy link
Member Author

tlrx commented Aug 3, 2017

Thanks @javanna !

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.

4 participants