Re: Questions about corrupted Segments files.

2019-11-06 Thread Dmitry Kan
Hi Kaya, Try luke: http://dmitrykan.blogspot.com/2018/01/new-luke-on-javafx.html Best, Dmitry On Wed 6. Nov 2019 at 3.24, Kayak28 wrote: > Hello, Community members: > > I am using Solr 7.7.2. > On the other day, while indexing to the Solr, my computer powered off. > As a result, there are cor

Re: Questions about corrupted Segments files.

2019-11-05 Thread Kayak28
Hello, Mr. Erick Erickson and Community Members: Thank you for your quick response. I understand that "checkIndex -exorcise" does not actually fix the indices, more like "first aid" kinda action. And soon or later I need to re-index from my source. What is the rule of thumb to recover from the c

Re: Questions about corrupted Segments files.

2019-11-05 Thread Erick Erickson
Well, the fix option “fixes” the index by deleting any segments it can’t read, thus also deleting the documents in that segment. So if you can get it to run, it’ll allow you to continue using the index, but you’ll have to re-index all your data anyway to get the documents in the deleted segments

Questions about corrupted Segments files.

2019-11-05 Thread Kayak28
Hello, Community members: I am using Solr 7.7.2. On the other day, while indexing to the Solr, my computer powered off. As a result, there are corrupted segment files. Is there any way to fix the corrupted segment files without re-indexing? I have read a blog post (in Japanese) writing about che