Not high priority, but a few thoughts occur, then:

- perhaps it would be better to use org.apache.lucene.search.Searcher by
composition and have SolrIndexSearcher merely implement Searchable.

- or... perhaps search(...) should perform optimally cache-aware searches -
else integrators might wrongly think they're getting the full power of Solr.

Jon

> -----Original Message-----
> From: Yonik Seeley [mailto:[EMAIL PROTECTED] 
> Sent: 22 August 2007 17:36
> 
> 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.

Reply via email to