mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-29 19:38:29 +00:00
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
|
// CONSOLE
|
||||||
<1> Indexing a document with `1`, which is interpreted as `true`.
|
<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`
|
Aggregations like the <<search-aggregations-bucket-terms-aggregation,`terms`
|
||||||
aggregation>> use `1` and `0` for the `key`, and the strings `"true"` and
|
aggregation>> use `1` and `0` for the `key`, and the strings `"true"` and
|
||||||
|
Loading…
x
Reference in New Issue
Block a user