Solr just uses a stock lucene phrase query.
What version of Lucene and Solr are you comparing?
Do the queries match the same number of documents?

-Yonik
http://www.lucidimagination.com

On Tue, Oct 20, 2009 at 2:18 PM, DHast <hastings.recurs...@gmail.com> wrote:
>
> Hello,
> I have recently installed Solr as an alternative to our home made lucene
> search servers, and while in most respects the performance is better, i
> notice that phrase searches are incredibly slow compared to normal lucene,
> primarily when using facets
>
> example:
> "City of New York, Matter of" takes 11 seconds
> City of New York, Matter of takes 1 second
>
> the same searches using raw lucene take 5 seconds and 3 seconds
> respectively.
>
> i tried cutting out as much as i could from solrconfig without breaking it,
> is there anything else i could try doing to make solr perform similarly to
> raw lucene as far as phrase queries are concerned?
> thanks
> --
> View this message in context: 
> http://www.nabble.com/Slow-Phrase-Queries-tp25979999p25979999.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>
>

Reply via email to