Re: Synonym format not working

2008-10-20 Thread Norberto Meijome
On Mon, 20 Oct 2008 00:08:07 -0700 (PDT) prerna07 [EMAIL PROTECTED] wrote: The issue with synonym arise when i have number in synonym defination: ccc =1,2 gives following result in debugQuery= true : str name=parsedqueryMultiPhraseQuery(all: (1 ) (2 ccc ) 3)/str

Re: Synonym format not working

2008-10-19 Thread Chris Hostetter
: 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 : : fieldType name=string class=solr.StrField sortMissingLast=true : omitNorms=true :analyzer type=query

Re: Synonym format not working

2008-10-17 Thread Otis Gospodnetic
From: prerna07 [EMAIL PROTECTED] 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 = 1,2,ccc ccc = 3 I am

Re: Synonym format not working

2008-10-17 Thread prerna07
us the actual query and actual synonyms? 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 12:36:40 AM Subject: Synonym format not working

Re: Synonym format not working

2008-10-17 Thread Otis Gospodnetic
AM Subject: Re: Synonym format not working Actual synonym : ccc = 1,2 ccc=3 The result when i added dubugQuery=true is: - - 0 15 - 10 0 on ccc true 2.2 - ccc ccc MultiPhraseQuery(all: (1 ) (2 ccc