Correct typo in "detect_noop" documentation (#22039)

The documentation reads:

> You can disable this behavior by setting "detect_noop": false like this:

Followed by a code example, that originally set `"detect_noop": true`.

Please correct me if I got the change backwards (i.e. the paragraph should be changed to `true`), but this seems like it makes the most sense.
This commit is contained in:
Matthew Haugen 2016-12-09 09:00:37 -08:00 committed by Nik Everett
parent fca4f92fee
commit ca8d89af5a
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ POST test/type1/1/_update
"doc" : {
"name" : "new_name"
},
"detect_noop": true
"detect_noop": false
}
--------------------------------------------------
// CONSOLE