I just took over our solr/lucene stuff from my ex-colleague. But there is a weird bug.
If there is no optimization after dataimport, actually if there are multiple segment files, the search result then will be wrong. We are using a customized solr searchComponent. As far as I know about lucene, optimization should not affect search result. I doubt this may be related to multithreading or unclosed searcher/reader or something.
Anybody can help? Thank you.