Robert: Is this in Lucene yet? According to what I could find in JIRA, it's still open. And it's not in the Javadocs on a quick scan.....
Erick On Wed, Jan 27, 2010 at 11:08 AM, Robert Muir <rcm...@gmail.com> wrote: > 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 >