diff --git a/README.textile b/README.textile index 073936e8c2b..da321d3a05e 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" : { - "term" : { "user": "kimchy" } + "text" : { "user": "kimchy" } } }'