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.

for "h1-b" to match "h1b", it will take either a synonym 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

Reply via email to