Re: Suggestion needed for a case of Lucene Migration with TokenStream

2025-04-29 Thread Uwe Schindler
If this is Windows, the deletion may not work if there are still IndexReaders or Writers open by same or other processes. On Linux I have no idea, need an exception message. It should clearly say why it fails. Uwe Am 29.04.2025 um 13:44 schrieb Saha, Rajib: Hi Uwe, In our product we have d

RE: Suggestion needed for a case of Lucene Migration with TokenStream

2025-04-29 Thread Saha, Rajib
Hi Uwe, In our product we have different level of indexing like MetaData/FullContent information of the Reports. So, Rebuild indexing deletes the existing Lucene index files and do a fresh indexing of all the documents. When we do physically going to directory and delete the Lucene Index files.