Top "Elasticsearch" questions

Elasticsearch is a free and open, distributed, RESTful search engine based on Lucene.

Elasticsearch : Root mapping definition has unsupported parameters index : not_analyzed

Hi all I am trying to create schema Test. PUT /test { "mappings": { "field1": { "type": "integer" }, "field2": { "type": "integer" }, "field3": { "type": "…

elasticsearch mapping
Create Elasticsearch curl query for not null and not empty("")

How can i create Elasticsearch curl query to get the field value which are not null and not empty(""), Here …

elasticsearch
Return the most recent record from ElasticSearch index

I would like to return the most recent record (top 1) from ElasticSearch index similar to the sql query below; SELECT …

elasticsearch
Redis Vs RabbitMQ as a data broker/messaging system in between Logstash and elasticsearch

We are defining an architecture to collect log information by Logstash shippers which are installed in various machines and index …

elasticsearch redis rabbitmq logstash
Shards and replicas in Elasticsearch

I am trying to understand what shard and replica is in Elasticsearch, but I didn't manage to understand it. If …

elasticsearch full-text-search
Counting number of documents using Elasticsearch

If one wants to count the number of documents in an index (of Elasticsearch) then there are (at least?) two …

elasticsearch
Connection Timeout with Elasticsearch

from datetime import datetime from elasticsearch import Elasticsearch es = Elasticsearch() doc = { 'author': 'kimchy', 'text': 'Elasticsearch: cool. bonsai cool.', 'timestamp': …

python python-2.7 elasticsearch
Show all Elasticsearch aggregation results/buckets and not just 10

I'm trying to list all buckets on an aggregation, but it seems to be showing only the first 10. My search: …

elasticsearch aggregation
Elasticsearch multi term filter

I'm quite new to Elasticsearch, so here's my question. I wanna do a search query with elasticsearch and wanna filter …

elasticsearch term
elasticsearch - what to do with unassigned shards

my cluster is with yellow status because some shards are unassigned. what to do with this? I tried set cluster.…

elasticsearch