rubber-es:Elasticsearch客户的包装器

时间:2024-06-03 15:08:34
【文件属性】:

文件名称:rubber-es:Elasticsearch客户的包装器

文件大小:4KB

文件格式:ZIP

更新时间:2024-06-03 15:08:34

JavaScript

橡胶ES 用于Elasticsearch客户端的轻量级包装 npm install rubber-es --save var elasticsearch = require ( 'elasticsearch' ) ; var client = new elasticsearch . Client ( { host : '127.0.0.1:9200' } ) ; var rubber = require ( './rubber-es.js' ) ( client ) ; 指数 index公开与elasticsearch.index方法相同的api。 可以另外提供一组对象以执行批量插入。 rubber . index ( { index : that . index , type : that . type , id : '1' , body : { f


【文件预览】:
rubber-es-master
----.gitignore(13B)
----gruntfile.js(528B)
----rubber-es.js(885B)
----README.md(790B)
----package.json(788B)
----LICENSE.md(1KB)
----test.js(3KB)

网友评论