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

Edits to text of Profile API documentation #38742

Merged
merged 1 commit into from
Feb 13, 2019
Merged

Conversation

dmeiss
Copy link
Contributor

@dmeiss dmeiss commented Feb 11, 2019

Minor edits (punctuation/usage/capitalization/etc.) of text.

Minor edits (punctuation/usage/capitalization/etc.) of text.

For clarification, the only edits I made to the parameters list and collector reasons were to change the word "it's" to "its" (I thought it was difficult to tell from the edits preview what my changes were):

`score`::

    This records the time taken to score a particular document via its Scorer

`global_aggregation`::

    A collector that executes an aggregation against the global query scope, rather than the specified query. Because the global scope is necessarily different from the executed query, it must execute its own match_all query (which you will see added to the Query section) to collect your entire dataset
@@ -770,7 +770,7 @@ Which yields the following aggregation profile output

From the profile structure we can see that the `my_scoped_agg` is internally being run as a `LongTermsAggregator` (because the field it is
aggregating, `likes`, is a numeric field). At the same level, we see a `GlobalAggregator` which comes from `my_global_agg`. That
aggregation then has a child `LongTermsAggregator` which from the second terms aggregation on `likes`.
aggregation then has a child `LongTermsAggregator` which comes from the second term's aggregation on `likes`.
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I was a little unsure about the accuracy of this edit.

@polyfractal polyfractal added >docs General docs changes :Search/Search Search-related issues that do not fall into other categories labels Feb 12, 2019
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-search

Copy link
Member

@cbuescher cbuescher left a comment

Choose a reason for hiding this comment

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

LGTM, thanks again @dmeiss for taking these on. Much appreciated.

@cbuescher
Copy link
Member

@elasticmachine test this please

@cbuescher cbuescher merged commit 1fd8f69 into elastic:6.6 Feb 13, 2019
cbuescher pushed a commit that referenced this pull request Feb 13, 2019
cbuescher pushed a commit that referenced this pull request Feb 13, 2019
cbuescher pushed a commit that referenced this pull request Feb 13, 2019
cbuescher pushed a commit that referenced this pull request Feb 13, 2019
jasontedor added a commit to jasontedor/elasticsearch that referenced this pull request Feb 13, 2019
* master:
  Improve CcrRepositoryIT mappings tests (elastic#38817)
  Unmute testClusterJoinDespiteOfPublishingIssues and testElectMasterWithLatestVersion (elastic#38555)
  ML allow aliased .ml-anomalies* index on PUT Job (elastic#38821)
  Filter out upgraded version index settings when starting index following (elastic#38838)
  Handle the fact that `ShardStats` instance may have no commit or seqno stats (elastic#38782)
  Edits to text of Profile API documentation (elastic#38742)
  muted test
jasontedor added a commit to jasontedor/elasticsearch that referenced this pull request Feb 13, 2019
* master:
  Improve CcrRepositoryIT mappings tests (elastic#38817)
  Unmute testClusterJoinDespiteOfPublishingIssues and testElectMasterWithLatestVersion (elastic#38555)
  ML allow aliased .ml-anomalies* index on PUT Job (elastic#38821)
  Filter out upgraded version index settings when starting index following (elastic#38838)
  Handle the fact that `ShardStats` instance may have no commit or seqno stats (elastic#38782)
  Edits to text of Profile API documentation (elastic#38742)
  muted test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>docs General docs changes :Search/Search Search-related issues that do not fall into other categories v6.6.1 v6.7.0 v7.0.0-rc1 v7.2.0 v8.0.0-alpha1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants