esta icon indicating copy to clipboard operation
esta copied to clipboard

:mag: Simple + Fast ElasticSearch Node.js client. Beginner-friendly defaults & Heroku support :white_check_mark: :rocket:

Results 8 esta issues
Sort by recently updated
recently updated
newest added

Overpass turbo use overpass api which let you search specific data of OpenStreetMap https://overpass-turbo.eu/

http://stackoverflow.com/questions/17497075/efficient-way-to-retrieve-all-ids-in-elasticsearch

question

Can we write a bulk export method similar to: https://github.com/FAC-GM/helpers/blob/9f215b8a003e8d2120f7092e032f9ab24e11f2e9/copy-to-localhost.js

enhancement
help wanted
question

To get the mapping of the Type(s) in our ElasticSearch Index use: https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-get-mapping.html ``` sh curl -XGET 'http://localhost:9200/twitter/_mapping/tweet?pretty' ``` Returns: ``` js { "twitter" : { "mappings" : { "tweet"...

enhancement
question

At present we have only tested this with version `1.7.2`. When we attempt to update the version to `2.1.0` in the `Vagrantfile` the server is _unavailable_. The _default_ version on...

enhancement
help wanted
question

https://nodejs.org/en/blog/vulnerability/december-2015-security-releases/ Thankfully this module only relies on http/https core modules which have not changed. :+1:

bug

![bonsai-no-free-plan](https://cloud.githubusercontent.com/assets/194400/11626694/ae802ece-9cdc-11e5-9800-738f5c4bf1ca.png) Thinking of removing support for the service as its not longer any use to a beginner... forcing people to pay [$10 per month just to _try_](https://elements.heroku.com/addons/bonsai#starter) your service is...

bug

Storing business-critical data in ElasticSearch is fine. but if we are using a single instance and that instance goes down...? Sure the answer is to use a cluster, but what...

enhancement
question