diff --git a/README.textile b/README.textile index fcf53bdba8c..8330e3b7b4e 100644 --- a/README.textile +++ b/README.textile @@ -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 ' { "query" : { - "text" : { "user": "kimchy" } + "match" : { "user": "kimchy" } } }'