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.
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.
> 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
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,
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.