• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录

Still_Walking

  • 博客园
  • 联系
  • 订阅
  • 管理

公告

View Post

elasticsearchd 在ruby on rails中如何获取索引列表

elasticsearchd 在ruby on rails中如何获取索引列表

一、引入Gem

  gem 'elasticsearch'

  bundle install 安装

二、具体代码

require 'elasticsearch/model'

client = Elasticsearch::Model.client

indices = client.cat.indices #所有的索引信息

indices = client.cat.indices index: 'index-name' #指定索引的信息

indices = client.cat.indices index: 'index-*' #取出名称匹配到的索引信息

其它选项:

:v  #true时输出头部

:h #指定输出的列

:format #输出的格式  'text', 'json'; 默认: 'text'

posted on 2017-01-19 17:17  limanxian  阅读(278)  评论(0)    收藏  举报

刷新页面返回顶部
 
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3