mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 15:47:23 -04:00
Replace the syntax for `tables` with something a little more natural. Now it is: ``` $ curl -uelastic:password -HContent-Type:application/json -XPOST \ 'localhost:9200/_query?error_trace&pretty&format=txt' \ -d'{ "query": "ROW a=1::LONG | LOOKUP t ON a", "tables": { "t": { "a": {"long": [ 1, 4, 2]}, "v1": {"integer": [ 10, 11, 12]}, "v2": {"keyword": ["cat", "dog", "wow"]} } } }' v1 | v2 | a ---------------+---------------+--------------- 10 |cat |1 ``` |
||
---|---|---|
.. | ||
dissect.asciidoc | ||
drop.asciidoc | ||
enrich.asciidoc | ||
eval.asciidoc | ||
grok.asciidoc | ||
keep.asciidoc | ||
limit.asciidoc | ||
lookup.asciidoc | ||
mv_expand.asciidoc | ||
rename.asciidoc | ||
sort.asciidoc | ||
stats.asciidoc | ||
where.asciidoc |