elasticsearch provides a full Query DSL based on JSON to define queries.
I have a small database in Elasticsearch and for testing purposes would like to pull all records back. I am …
database elasticsearch query-string elasticsearch-dslCan someone tell me how to write Python statements that will aggregate (sum and count) stuff about my documents? SCRIPT …
python elasticsearch elasticsearch-dslLooking to index a CSV file to ElasticSearch, without using Logstash. I am using the elasticsearch-dsl high level library. Given …
python csv elasticsearch python-3.5 elasticsearch-dslI'm having problem with an elasticsearch query. I want to be able to sort the results but elasticsearch is ignoring …
sorting elasticsearch elasticsearch-dsl elasticsearch-pyI have a bunch of JSON files(100), which are named as merged_file 1.json, merged_file 2. json and so on. …
python json elasticsearch elasticsearch-dslI am trying to filter Kibana for a field that contains the string "pH". The field is called extra.monitor_…
elasticsearch elastic-stack elasticsearch-dsli know there is support for bulk index operation. but is it possible to do the same for search queries? …
elasticsearch elasticsearch-dsl elasticsearch-queryI am using elasticsearch dsl to search on elasticsearch : https://elasticsearch-dsl.readthedocs.org/en/latest/ How can i filter specific …
python elasticsearch elasticsearch-dsl