Hi,

Why does WDF swallow all 'words' that start with a 'digit'?
My config is:

<filter class="solr.WordDelimiterFilterFactory" generateNumberParts="0"
splitOnNumerics="0" splitOnCaseChange="0" preserveOriginal="0"
protected="protwords.txt"/>

For some text like

20x-30y

I am expecting (& want) '20x' & '30y' to be returned & retained as the
tokens after WDF is done with it. But I get nothing as per the analysis
page.

Any idea why? I am using 4.1

Thanks

- ashok



--
View this message in context: 
http://lucene.472066.n3.nabble.com/WordDelimiterFactory-tp4056529.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to