Try debugQuery=true not dubugQuery=true
Also, just include the expanded query in your email.

Otis
--
Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch



----- Original Message ----
> From: prerna07 <[EMAIL PROTECTED]>
> To: solr-user@lucene.apache.org
> Sent: Friday, October 17, 2008 2:21:50 AM
> Subject: Re: Synonym  format not working
> 
> 
> Actual synonym :
> ccc => cccc1,cccc2
> ccc=>cccc3
> 
> The result when i added &dubugQuery=true is:
> 
> 
> - 
> - 
>   0 
>   15 
> - 
>   10 
>   0 
>   on 
>   ccc 
>   true 
>   2.2 
>   
>   
>   
> - 
>   ccc 
>   ccc 
>   MultiPhraseQuery(all:"cccc (1 cccc) (2 ccc cccc)
> 3") 
>   all:"cccc (1 cccc) (2 ccc cccc) 3" 
>   
>   OldLuceneQParser 
> - 
>   8.0 
> - 
>   2.0 
> - 
>   1.0 
>   
> - 
>   0.0 
>   
> - 
>   0.0 
>   
> - 
>   0.0 
>   
> - 
>   0.0 
>   
>   
> - 
>   4.0 
> - 
>   2.0 
>   
> - 
>   0.0 
>   
> - 
>   0.0 
>   
> - 
>   0.0 
>   
> - 
>   2.0 
>   
>   
>   
>   
>   
> 
> 
> 
> Otis Gospodnetic wrote:
> > 
> > I can't see the problem at the moment.  What do you see when you use
> > &debugQuery=true in the URL?  Do you see the query that includes synonyms? 
> > Can you give us the actual query and actual synonyms?
> > 
> > 
> > Otis
> > --
> > Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch
> > 
> > 
> > 
> > ----- Original Message ----
> >> From: prerna07 
> >> To: solr-user@lucene.apache.org
> >> Sent: Friday, October 17, 2008 12:36:40 AM
> >> Subject: Synonym  format not working
> >> 
> >> 
> >> Hi,
> >> 
> >> I am facing issue in synonym search of solr. The synonym.txt contain the
> >> format:
> >> 
> >> ccc => cccc1,cccc2,ccc
> >> ccc => cccc3
> >> 
> >> I am not getting any search result for ccc. I have created indexes with
> >> string value.
> >> 
> >> Do i need to change anything in schema .xml ?
> >> 
> >> String tag from Schema.xml : 
> >> 
> >> omitNorms="true">
> >>    
> >>        
> >>        
> >> ignoreCase="true" expand="true"/>
> >>        
> >> words="stopwords.txt"/>
> >>        
> >> generateWordParts="1" generateNumberParts="1" catenateWords="0"
> >> catenateNumbers="0" catenateAll="0" splitOnCaseChange="1"/>
> >>        
> >>        
> >> protected="protwords.txt"/>
> >>        
> >>      
> >> 
> >> 
> >> Any pointers to solve the issue?
> >> 
> >> Thanks,
> >> Prerna
> >> 
> >> 
> >> -- 
> >> View this message in context: 
> >> http://www.nabble.com/Synonym--format-not-working-tp20026988p20026988.html
> >> Sent from the Solr - User mailing list archive at Nabble.com.
> > 
> > 
> > 
> 
> -- 
> View this message in context: 
> http://www.nabble.com/Synonym--format-not-working-tp20026988p20027720.html
> Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to