Re: wildcards in solr synonyms file

2010-08-13 Thread Chris Hostetter
: So for example, i have a document : cars - 10% off : and I search for word "discount", this document should be returned aswell. : : In synonyms file, I have written : discount => *% I would implement something like this by having something at index time like the PatternReplaceTokenFilter at i

Re: wildcards in solr synonyms file

2010-08-09 Thread dotriz
Does the synonyms file support regular expressions? -- View this message in context: http://lucene.472066.n3.nabble.com/wildcards-in-solr-synonyms-file-tp1053691p1055822.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: wildcards in solr synonyms file

2010-08-09 Thread Otis Gospodnetic
t; To: solr-user@lucene.apache.org > Sent: Mon, August 9, 2010 5:46:02 AM > Subject: wildcards in solr synonyms file > > Hi, > > I want to write an entry in solr synonyms file so that when i search for > word discount, solr return all records which have [10]% kind of words in > ti

wildcards in solr synonyms file

2010-08-09 Thread M.Rizwan
Hi, I want to write an entry in solr synonyms file so that when i search for word discount, solr return all records which have [10]% kind of words in title. So for example, i have a document cars - 10% off and I search for word "discount", this document should be returned aswell. In synonyms file