On Thu, Nov 18, 2010 at 3:22 PM, Peter Karich <peat...@yahoo.de> wrote: > >> Hi, >> >> Please add preserveOriginal="1" to your WDF [1] definition and reindex >> (or >> just try with the analysis page). > > but it is already there!? > > <filter class="solr.WordDelimiterFilterFactory" protected="protwords.txt" > generateWordParts="1" generateNumberParts="1" > catenateAll="0" preserveOriginal="1"/> > > > Regards, > Peter. >
Peter, I recently had this issue, and I had to set splitOnCaseChange="0" to keep the word delimiter filter from doing what you describe. Can you try that and see if it helps? - Ken