【发布时间】:2016-06-14 16:31:15
【问题描述】:
如果我导航到弹性搜索的数据目录:
/nodes/0/indices/gb
树命令显示的内容如下:
├── 0 │ ├── 索引 │ │ ├── 段_6 │ │ └── write.lock │ ├── _state │ │ └── state-6.st │ └── translog │ ├── translog-1.ckp │ ├── translog-2.ckp │ ├── translog-3.ckp │ ├── translog-4.ckp │ ├── translog-5.ckp │ ├── translog-5.tlog │ ├── translog-6.ckp │ ├── translog-6.tlog │ ├── translog-7.tlog │ └── translog.ckp ├── 1 │ ├── 索引 │ │ ├── _0_1.liv │ │ ├── _0.cfe │ │ ├── _0.cfs │ │ ├── _0.si │ │ ├── _1.cfe │ │ ├── _1.cfs │ │ ├── _1.si │ │ ├── segment_9 │ │ └── write.lock │ ├── _state │ │ └── state-6.st │ └── translog │ ├── translog-2.ckp │ ├── translog-3.ckp │ ├── translog-4.ckp │ ├── translog-5.ckp │ ├── translog-9.tlog │ └── translog.ckp ├── 2 │ ├── 索引 │ │ ├── _0.cfe │ │ ├── _0.cfs │ │ ├── _0.si │ │ ├── segment_7 │ │ └── write.lock │ ├── _state │ │ └── state-6.st │ └── translog │ ├── translog-2.ckp │ ├── translog-3.ckp │ ├── translog-4.ckp │ ├── translog-5.ckp │ ├── translog-6.ckp │ ├── translog-6.tlog │ ├── translog-7.ckp │ ├── translog-7.tlog │ ├── translog-8.tlog │ └── translog.ckp ├── 3 │ ├── 索引 │ │ ├── _0.cfe │ │ ├── _0.cfs │ │ ├── _0.si │ │ ├── segment_7 │ │ └── write.lock │ ├── _state │ │ └── state-6.st │ └── translog │ ├── translog-2.ckp │ ├── translog-3.ckp │ ├── translog-4.ckp │ ├── translog-5.ckp │ ├── translog-6.ckp │ ├── translog-6.tlog │ ├── translog-7.ckp │ ├── translog-7.tlog │ ├── translog-8.tlog │ └── translog.ckp ├── 4 │ ├── 索引 │ │ ├── _0.cfe │ │ ├── _0.cfs │ │ ├── _0.si │ │ ├── segment_7 │ │ └── write.lock │ ├── _state │ │ └── state-6.st │ └── translog │ ├── translog-2.ckp │ ├── translog-3.ckp │ ├── translog-4.ckp │ ├── translog-5.ckp │ ├── translog-6.ckp │ ├── translog-6.tlog │ ├── translog-7.ckp │ ├── translog-7.tlog │ ├── translog-8.tlog │ └── translog.ckp └── _state └── state-8.st哪个文件包含实际数据?我怎么能看到那个?
【问题讨论】:
标签: elasticsearch