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 <[EMAIL PROTECTED]> > To: [email protected] > 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.
