Re: SearcherTaxonomyManager Refreshing

2017-08-24 Thread Jigar Shah
Looks like your approach to manage main index and taxonomy index is risky. Main index keeps ordinals of taxonomy index. if you replace directories then taxo reader might have ordinals off-sync from main index. One fact about taxonomy index is on deletes or cleanup of main index, dosen't affect ta

SearcherTaxonomyManager Refreshing

2017-08-24 Thread Sidhant Aggarwal
Hi, To manage my indexes I am using the SearcherTaxonomyManager. But the way in changing the indexes is slightly different. Say i have my main search index in /index directory and my taxonomy index in /taxo directory. So periodically i just replace these two directories with newer indexes. Aft