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

Fixed Indices information breaking changes #27914

Merged
merged 3 commits into from
Jan 24, 2018
Merged

Fixed Indices information breaking changes #27914

merged 3 commits into from
Jan 24, 2018

Conversation

codebrain
Copy link
Contributor

Documentation is incorrect.
_alias is the preferred endpoint, not _aliases
_mapping is the preferred endpoint, not _mappings

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.

@codebrain I left two small comments, other than that looks good. Do you want to merge this yourself or should I merge it once you updated the PR?

@@ -73,8 +73,10 @@ Previously it was possible to execute `GET /_aliases,_mappings` or `GET
in order to retrieve multiple types of information about one or more indices.
This comma-separation for retrieving multiple pieces of information has been
removed.. `GET /_all` can be used to retrieve all aliases, settings, and
Copy link
Member

Choose a reason for hiding this comment

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

nit: maybe also remove one of the double full-stops while changing this file

`GET /myindex/_mappings` (or `_aliases`, or `_settings`).
mappings for all indices.

In order to retrieve only the mappings for an index,
Copy link
Member

Choose a reason for hiding this comment

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

nit: maybe change to singular "mapping" here as well for consistency. Maybe also add a verb (like "In order to..., use...) to make it a full sentence.

@cbuescher cbuescher self-assigned this Jan 4, 2018
@mayya-sharipova mayya-sharipova added the >docs General docs changes label Jan 4, 2018
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.

@codebrain thanks, will merge

@cbuescher
Copy link
Member

@elasticmachien test this please

@cbuescher
Copy link
Member

CI is not happy that this branch doesn't contain gradlew yet, but I built the docs locally and will merge this since it doesn't involve code snippet changes etc...

@cbuescher cbuescher merged commit c6fb34b into 6.1 Jan 24, 2018
@cbuescher cbuescher removed the v7.0.0 label Jan 24, 2018
martijnvg added a commit that referenced this pull request Jan 25, 2018
* es/6.x:
  [Docs] Fix explanation for `from` and `size` example (#28320)
  Adapt bwc version after backport #28358
  Always return the after_key in composite aggregation response (#28358)
  Adds a note in the `terms` aggregation docs regarding pagination (#28360)
  Update packaging tests to work with meta plugins (#28336)
  Remove Painless Type from MethodWriter in favor of Java Class. (#28346)
  [Doc] Fixs typo in reverse-nested-aggregation.asciidoc (#28348)
  [Docs] Fixed Indices information breaking changes (#27914)
  Reindex: Shore up rethrottle test
  isHeldByCurrentThread should return primitive bool
  [Docs] Clarify `html` encoder in highlighting.asciidoc (#27766)
  Only assert single commit iff index created on 6.2
  Deprecate the `update_all_types` option. (#28284)
  Fix GeoDistance query example
  Settings: Introduce settings updater for a list of settings (#28338)
  [Docs] Fix asciidoc style in composite agg docs
  Adapt bwc version after backport #28310
  Adds the ability to specify a format on composite date_histogram source (#28310)
@colings86 colings86 deleted the codebrain-patch-3 branch May 27, 2020 07:44
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