WordDelimiterFilter has a splitOnCaseChange option that should be useful for this: http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.WordDelimiterFilterFactory
>From the example: PowerShot -> Power, Shot On Wed, Jan 27, 2010 at 11:01 AM, Phan The Dai <thienthanhom...@gmail.com>wrote: > Can everyone suggest me a solution for tokenize the camelcase words in java > ? > Examples for camelcase words are: getXmlRule, setTokenizeAnalyzer. > They should be tokenized to get, Xml, Rule, set, Tokenize, Analyzer. > > Thank you very much! > -- Robert Muir rcm...@gmail.com