elasticsearch-odm
elasticsearch-odm copied to clipboard
Like Mongoose but for Elasticsearch. Define models, preform CRUD operations, and build advanced search queries.
Hi! Is it possible to use "parent/child" relationships wiht elasticsearch-odm-5 ? I see it in the TODO list. Is it still on the TODO list or is the list just...
Hi, I'm currently trying to use elasticsearch-odm with elasticsearch 5.4.0 but the ODM doesn't seem compatible with this version. Do you plan on upgrading the ODM ? thank you
I really wanted to work with ElasticSearch-ODM, however its having issues with _basic_ find queries? My code for connecting to Elastic Search: ``` //Connecting to ElasticSearch var elasticSearch = require('elasticsearch-odm');...
Hi I'm currently working with the fork lakowalski/elasticsearch-odm and it seems that the two keywords : 'text' and 'keyword' that replace 'String' in Elasticsearch 5 don't exist in the odm....
When the index does not exist the library tries to auto-create it. Although the default mapping has _id which is no longer configurable.
The documentation says that the connect would create the index if it doesn't exists, but using it with elasticsearch-5.1.1 would return a 400 response on every call.
Seems to be fine, but should do a once over to compare changes in ElasticSearch JS client library for version 2.0+, and test for broken changes with elasticsearch-odm, prepare for...
With my limited knowledge, There was an issue when I using elasticsearch-odm into sails framework. Could you provide a example? so, would u help me ? THX !
How to execute Elastic range query? https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-range-query.html