-
Notifications
You must be signed in to change notification settings - Fork 25.2k
[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
Conversation
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.
left a couple of comments on versions, LGTM otherwise
docs/Versions.asciidoc
Outdated
@@ -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 |
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.
remove the -SNAPSHOT suffix at the end ?
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.
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 |
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.
versions are hardcoded here? they should not be I think
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.
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
Thanks @javanna ! |
Related to #25984 (review)