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

Fix incorrect class name in deleteByQuery docs #26151

Merged
merged 1 commit into from
Aug 11, 2017
Merged

Conversation

hanbj
Copy link
Contributor

@hanbj hanbj commented Aug 11, 2017

I did not find BulkIndexByScrollResponse in the source code and returned BulkByScrollResponse in the action:newResponse method

I did not find BulkIndexByScrollResponse in the source code and returned BulkByScrollResponse in the action:newResponse method
@elasticmachine
Copy link
Collaborator

Since this is a community submitted pull request, a Jenkins build has not been kicked off automatically. Can an Elastic organization member please verify the contents of this patch and then kick off a build manually?

@nik9000 nik9000 added the >docs General docs changes label Aug 11, 2017
@nik9000
Copy link
Member

nik9000 commented Aug 11, 2017

This seems correct to me. We've recently started writing these examples inside of tests and using a mechanism to include them in the docs. It works quite well but we haven't applied it everywhere. So I'm happy to merge this as is.

I'll merge this in a few hours unless someone else gets to it first.

@nik9000 nik9000 changed the title Update deleteByQuery Fix incorrect class name in deleteByQuery docs Aug 11, 2017
@nik9000 nik9000 merged commit c0a0fe1 into elastic:5.5 Aug 11, 2017
nik9000 pushed a commit that referenced this pull request Aug 11, 2017
Class was renamed but docs weren't updated.
nik9000 pushed a commit that referenced this pull request Aug 11, 2017
Class was renamed but docs weren't updated.
nik9000 pushed a commit that referenced this pull request Aug 11, 2017
Class was renamed but docs weren't updated.
nik9000 pushed a commit that referenced this pull request Aug 11, 2017
Class was renamed but docs weren't updated.
@nik9000
Copy link
Member

nik9000 commented Aug 11, 2017

Thanks for fixing this @hanbj! I really appreciate it when folks catch my mistakes.

I've merged to the 5.5 branch and forward ported to 5.6, 6.0, 6.x, and master branches. This should be reflected on the site in half an hour or so.

@hanbj hanbj deleted the patch-1 branch August 13, 2017 01:21
@hanbj hanbj restored the patch-1 branch August 13, 2017 01:21
jasontedor added a commit to jasontedor/elasticsearch that referenced this pull request Aug 14, 2017
* master: (30 commits)
  Rewrite range queries with open bounds to exists query (elastic#26160)
  Fix eclipse compilation problem (elastic#26170)
  Epoch millis and second formats parse float implicitly (Closes elastic#14641) (elastic#26119)
  fix SplitProcessor targetField test (elastic#26178)
  Fixed typo in README.textile (elastic#26168)
  Fix incorrect class name in deleteByQuery docs (elastic#26151)
  Move more token filters to analysis-common module
  reindex: automatically choose the number of slices (elastic#26030)
  Fix serialization of the `_all` field. (elastic#26143)
  percolator: Hint what clauses are important in a conjunction query based on fields
  Remove unused Netty-related settings (elastic#26161)
  Remove SimpleQueryStringIT#testPhraseQueryOnFieldWithNoPositions.
  Tests: reenable ShardReduceIT#testIpRange.
  Allow `ClusterState.Custom` to be created on initial cluster states (elastic#26144)
  Teach the build about betas and rcs (elastic#26066)
  Fix wrong header level
  inner hits: Unfiltered nested source should keep its full path
  Document how to import Lucene Snapshot libs when elasticsearch clients (elastic#26113)
  Use `global_ordinals_hash` execution mode when sorting by sub aggregations. (elastic#26014)
  Make the README use a single type in examples. (elastic#26098)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>docs General docs changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants