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:
parent
fca4f92fee
commit
ca8d89af5a
|
@ -184,7 +184,7 @@ POST test/type1/1/_update
|
|||
"doc" : {
|
||||
"name" : "new_name"
|
||||
},
|
||||
"detect_noop": true
|
||||
"detect_noop": false
|
||||
}
|
||||
--------------------------------------------------
|
||||
// CONSOLE
|
||||
|
|
Loading…
Reference in New Issue