Skip to content

Commit

Permalink
address PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rjernst committed May 7, 2015
1 parent 39d2486 commit b940bac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion docs/reference/mapping/fields/field-names-field.asciidoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[[mapping-field-names-field]]
=== `_field_names`
added[1.3.0]

The `_field_names` field indexes the field names of a document, which can later
be used to search for documents based on the fields that they contain typically
Expand Down
6 changes: 2 additions & 4 deletions docs/reference/mapping/fields/routing-field.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
=== `_routing`

The routing field allows to control the `_routing` aspect when indexing
data and explicit routing control is required.
data and explicit routing control is required. It is stored and indexed.

[float]
==== required
Expand All @@ -11,9 +11,7 @@ Another aspect of the `_routing` mapping is the ability to define it as
required by setting `required` to `true`. This is very important to set
when using routing features, as it allows different APIs to make use of
it. For example, an index operation will be rejected if no routing value
has been provided (or derived from the doc). A delete operation will be
broadcasted to all shards if no routing value is provided and `_routing`
is required.
has been provided.

[float]
==== id uniqueness
Expand Down

0 comments on commit b940bac

Please sign in to comment.