[ https://issues.apache.org/jira/browse/LUCENE-1377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12720175#action_12720175 ]
Robert Muir commented on LUCENE-1377: ------------------------------------- they are a bit different. for example: worddelimiterfilter has functionality to split on case-changes, etc. the default rule set for ICUTokenizer does not do this, because its not in the unicode defaults. but you could write up a quick .txt file grammar and supply a tailored RuleBasedBreakIterator to ICUTokenizer and do that if you wanted. > Add HTMLStripReader and WordDelimiterFilter from SOLR > ----------------------------------------------------- > > Key: LUCENE-1377 > URL: https://issues.apache.org/jira/browse/LUCENE-1377 > Project: Lucene - Java > Issue Type: Improvement > Components: Analysis > Affects Versions: 2.3.2 > Reporter: Jason Rutherglen > Priority: Minor > Original Estimate: 24h > Remaining Estimate: 24h > > SOLR has two classes HTMLStripReader and WordDelimiterFilter which are very > useful for a wide variety of use cases. It would be good to place them into > core Lucene. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org For additional commands, e-mail: java-dev-h...@lucene.apache.org