Docs: Fix minor typo in readme

Closes #7195
This commit is contained in:
Phil Freo 2014-08-07 16:00:07 -07:00 committed by Clinton Gormley
parent 0f3ebc0876
commit 59417f94f4
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ curl -XGET 'http://localhost:9200/twitter/_search?pretty=true' -d '
}'
</pre>
There are many more options to perform search, after all, its a search product no? All the familiar Lucene queries are available through the JSON query language, or through the query parser.
There are many more options to perform search, after all, it's a search product no? All the familiar Lucene queries are available through the JSON query language, or through the query parser.
h3. Multi Tenant - Indices and Types