Fixed bad asciidoc in boolean mapping docs
This commit is contained in:
parent
cfabc95f59
commit
a4e88bb64a
|
@ -46,7 +46,7 @@ GET my_index/_search
|
|||
--------------------------------------------------
|
||||
// CONSOLE
|
||||
<1> Indexing a document with `1`, which is interpreted as `true`.
|
||||
<1> Searching for documents with a JSON `true`.
|
||||
<2> Searching for documents with a JSON `true`.
|
||||
|
||||
Aggregations like the <<search-aggregations-bucket-terms-aggregation,`terms`
|
||||
aggregation>> use `1` and `0` for the `key`, and the strings `"true"` and
|
||||
|
|
Loading…
Reference in New Issue