parent
b4c506b952
commit
0cebbf1624
|
@ -86,7 +86,7 @@ We can also use the JSON query language Elasticsearch provides instead of a quer
|
||||||
curl -XGET 'http://localhost:9200/twitter/tweet/_search?pretty=true' -d '
|
curl -XGET 'http://localhost:9200/twitter/tweet/_search?pretty=true' -d '
|
||||||
{
|
{
|
||||||
"query" : {
|
"query" : {
|
||||||
"text" : { "user": "kimchy" }
|
"match" : { "user": "kimchy" }
|
||||||
}
|
}
|
||||||
}'
|
}'
|
||||||
</pre>
|
</pre>
|
||||||
|
|
Loading…
Reference in New Issue