Hi Erik,
        I did the index time synonyms and results do look much better
than the query time indexing. 
But is there a reason for the searches to be that slow. I understand
that we have a pretty long list of synonyms (one word contains atleast
20 words as synonyms). Does this have such an adverse impact

Thanks,
Kalyan Manepalli

-----Original Message-----
From: Erik Hatcher [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, November 12, 2008 8:32 AM
To: solr-user@lucene.apache.org
Subject: Re: Synonyms impacting the performance


On Nov 12, 2008, at 9:12 AM, Kashyap, Raghu wrote:
> {quote}It's hard to tell where exactly the bottleneck is without  
> looking
> at the server and a few other things. {quote}
>
> Can you suggest some areas where we can start looking into this issue?

Using &debugQuery=true will output the timings of all the components -  
narrowing it down to the component would be the first step.  My hunch  
is that you've got an enormous dismax query going on, and perhaps it  
is best to do index-time synonyms instead of query-time.

        Erik

Reply via email to