If I navigate to Data directory of elastic search :
/nodes/0/indices/gb
Here what tree command shows :
├── 0
│?? ├── index
│?? │?? ├── segments_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
│?? ├── index
│?? │?? ├── _0_1.liv
│?? │?? ├── _0.cfe
│?? │?? ├── _0.cfs
│?? │?? ├── _0.si
│?? │?? ├── _1.cfe
│?? │?? ├── _1.cfs
│?? │?? ├── _1.si
│?? │?? ├── segments_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
│?? ├── index
│?? │?? ├── _0.cfe
│?? │?? ├── _0.cfs
│?? │?? ├── _0.si
│?? │?? ├── segments_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
│?? ├── index
│?? │?? ├── _0.cfe
│?? │?? ├── _0.cfs
│?? │?? ├── _0.si
│?? │?? ├── segments_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
│?? ├── index
│?? │?? ├── _0.cfe
│?? │?? ├── _0.cfs
│?? │?? ├── _0.si
│?? │?? ├── segments_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
Which of the file contains actual data ? How can I see That ?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…