Re: solr word delimiter

2008-01-05 Thread anuvenk
The worddelimiter filter is set to generatewordparts=1,generatenumberparts=1,catenatewords=1,catenatenumbers=1 both at index and querytime. Now i have this synonym mapping k-1 => k1 visa Here is the parsedquery_ToString +(text:"k (1 k) 1 visa"^0.8 | name:"k (1 k) 1 visa"^2.0)~0.01 (text:"k (1 k

Re: solr word delimiter

2008-01-05 Thread Yonik Seeley
On Jan 5, 2008 2:28 PM, anuvenk <[EMAIL PROTECTED]> wrote: > Thats what i'm thinking too. If i remove solr.worddelimiter filter from both > index and query, the word h1-b will remain as is in the index correct, so if > someone searches for h1b (without hyphens) would it still return the h1-b > doc.

Re: solr word delimiter

2008-01-05 Thread anuvenk
Thats what i'm thinking too. If i remove solr.worddelimiter filter from both index and query, the word h1-b will remain as is in the index correct, so if someone searches for h1b (without hyphens) would it still return the h1-b doc. Otis Gospodnetic wrote: > > It sounds like you simply want to

Re: solr word delimiter

2008-01-05 Thread Otis Gospodnetic
It sounds like you simply want to drop solr.WordDelimiterFilterFactory from your analyzer definition, no? Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message From: anuvenk <[EMAIL PROTECTED]> To: solr-user@lucene.apache.org Sent: Saturday, January 5, 200