Elasticsearch is a free and open, distributed, RESTful search engine based on Lucene.
I need to remove a field in all the documents indexed to Elasticsearch . How can i do it. Will any …
elasticsearchI have the following query: { "query": { "query_string": { "query": "searchTerm", "default_operator": "AND" } }, "facets": { "counts": { "date_histogram": { "field": "firstdate", "interval": "…
elasticsearch date-rangeI have to store some message in ElasticSearch integrate with my python program. Now what I try to store the …
python elasticsearch elasticsearch-bulk-apiHow can I find the amount of disk space that Elastic Search is using for my indexes? I'm currently running …
elasticsearch diskspaceI used Elasticsearch-1.1.0 to index tweets. The indexing process is okay. Then I upgraded the version. Now I use Elasticsearch-1.3.2, …
elasticsearch timeout connection-timeout timeoutexception executiontimeoutThe only close thing that I've found was: Multiple group-by in Elasticsearch Basically I'm trying to get the ES equivalent …
group-by elasticsearch faceted-search facetNew here to Elasticsearch and trying to get a better understanding on the difference between these queries. As far as …
elasticsearchElasticsearch throws a SearchParseException while parsing query if there are some documents found not containing field used in sort criteria. …
sorting mapping elasticsearchI'm trying to send the following JSON input to elasticsearch but I'm obtaining a parser error. This the JSON input { "…
datetime elasticsearch timestamp datetime-formatOK, I've not been able to figure this out thus far. Hoping someone can offer some insight. Given the documents …
json elasticsearch nested