You might try a couple tests in the Solr admin interface to make sure the
query is being processed the same in both Solr and raw lucene.  
1) use the analysis panel to determine if the Solr filter chain is doing
something unexpected compared to your lucene filter chain
2) try running a debug query from the Admin tool interface in Solr and then
in Lucene to see if the query is being parsed or otherwise interpreted
differently.

Tom 


DHast 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-tp25979999p25980562.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to