Re: solr word delimiter

2008-01-05 Thread anuvenk
ym or something > like WordDelimiterFilter. > You can configure WordDelimiterFilter to only catenate too... so h1-b > would become h1b at both index and query time. The downside is that > it might catenate things you want. > > -Yonik > > -- View this message in context: http://www.nabble.com/solr-word-delimiter-tp14630435p14641602.html Sent from the Solr - User mailing list archive at Nabble.com.

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
> Sent: Saturday, January 5, 2008 1:24:14 AM > Subject: solr word delimiter > > > I have the word delimiter filter factory in the text field definition > both at > index and query time. > But it does have some negative effects on some search terms like h1-b > visa > I

Re: solr word delimiter

2008-01-05 Thread Otis Gospodnetic
uary 5, 2008 1:24:14 AM Subject: solr word delimiter I have the word delimiter filter factory in the text field definition both at index and query time. But it does have some negative effects on some search terms like h1-b visa It splits this in to three tokens h,1,b. Now if i understand right,

solr word delimiter

2008-01-04 Thread anuvenk
h1b visa It does filter some results, but i'm trying to find a global solution rather adding synonyms for all kinds of immigration forms like i-94, k-1 etc -- View this message in context: http://www.nabble.com/solr-word-delimiter-tp14630435p14630435.html Sent from the Solr - User mailing list archive at Nabble.com.