On 8/22/07, Jonathan Woods <[EMAIL PROTECTED]> wrote: > I notice that LuceneQueryOptimizer is still used in > SolrIndexSearcher.search(Query, Filter, Sort) - is the idea then that this > method is deprecated,
Hmmm, so it is. I hadn't noticed because that method is not called from any query handlers AFAIK (not since the first versions of solr before it went open source). The method itself shouldn't be deprecated because it's part of the Lucene IndexSearcher interface. > or that the config parameter > query/boolTofilterOptimizer is no longer to be used? That should probably be removed from the example schema... thanks for pointing that out. -Yonik