On Tue, Dec 6, 2011 at 5:04 PM, Scott Smith wrote:
> If I read the 3.5 lucene javadocs, optimize() has been deprecated because it
> is "rarely justified" with the current lucene index implementation
It's functionality is not being deprecated... it's just that the
method is being renamed in Lucen
Wasn't sure which mailing list to send this to. I'm writing an application
that can be configured to run directly with lucene or with solr and I'm trying
to figure out whether optimization of the index should be totally eliminated,
eliminated in the lucene case only or what.
If I read the 3.5