I've found that creating a custom filter and filter factory isn't too burdensome when the filter doesn't "quite" do what I need. You could grab the source and create your own version.
-Todd Feak -----Original Message----- From: Jerven Bolleman [mailto:[EMAIL PROTECTED] Sent: Thursday, November 20, 2008 1:56 AM To: solr-user@lucene.apache.org Subject: WordDelimeterFilter and its Factory: access to charTypeTable Hi Solr Community, I was wondering if it is possible to access and modify the charTypeTable of the WordDelimeterFilter. The use case is that I do not want to split on a '*' char. Which the filter currently does. If I could modify the charTypeTable I could change the behaviour of the filter. Or am I barking up the wrong tree and should I use a different approach? Thanks, Jerven Bolleman