Elasticsearch的交互库Elastomer Client.zip
Elastomer-Client 为 ElasticSearch API endpoint 提供一个一对一的映射。API 通过你想要实现的来分解为逻辑部分和访问,每一个逻辑部分代表一个客户端类。示例代码:require 'elastomer/client' client = Elastomer::Client.new index = client.index('twitter') index.create( :settings => { 'index.number_of_shards' => 3 }, :mappings => { :tweet => { :_source => {
文件列表
elastomer-client-master.zip
(预估有个98文件)
elastomer-client-master
.travis.yml
927B
.overcommit.yml
137B
docs
snapshots.md
103B
docs.md
8KB
notifications.md
2KB
scan_scroll.md
106B
bulk_indexing.md
108B
templates.md
104B
暂无评论