Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
1.2k views
in Technique[技术] by (71.8m points)

elasticsearch - how to dump the index and posting list?

I am writing an analysis plugin for elasticsearch, which maps a sentence to a prefix array. e.g. "EVA EGG京" will be mapped to term array [E, EV, EVA, E, EG, EGG, 京].

However, when I search one of [E,EV,EVA,E, EG,EGG], they match nothing. I use the query: GET my-index-001/_termvectors/1?fields=name, it shows that [E,EV,EVA,E, EG,EGG] all exist.

So, to debug this question, I want to dump the index to see what has been index, can someone give me a hint?

question from:https://stackoverflow.com/questions/65856515/how-to-dump-the-index-and-posting-list

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...