[jira] [Updated] (LUCENE-4766) Pattern token filter which emits a token for every capturing group

2013-04-24 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4766?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-4766: Attachment: LUCENE-4766.patch here is a new patch, updated to trunk and moved over to use

[jira] [Updated] (LUCENE-4766) Pattern token filter which emits a token for every capturing group

2013-04-24 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4766?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-4766: Attachment: (was: LUCENE-4766.patch) Pattern token filter which emits a token

[jira] [Updated] (LUCENE-4766) Pattern token filter which emits a token for every capturing group

2013-04-24 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4766?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-4766: Attachment: LUCENE-4766.patch argh... I missed svn add... here is the right patch

[jira] [Updated] (LUCENE-4766) Pattern token filter which emits a token for every capturing group

2013-02-13 Thread Clinton Gormley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4766?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Clinton Gormley updated LUCENE-4766: Attachment: LUCENE-4766.patch New patch which preserves the offsets of the original

[jira] [Updated] (LUCENE-4766) Pattern token filter which emits a token for every capturing group

2013-02-13 Thread Clinton Gormley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4766?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Clinton Gormley updated LUCENE-4766: Attachment: LUCENE-4766.patch The charOffsetEnd now uses the correct

[jira] [Updated] (LUCENE-4766) Pattern token filter which emits a token for every capturing group

2013-02-11 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4766?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-4766: Attachment: LUCENE-4766.patch I updated the patch and added a FilterFactory etc. to make

[jira] [Updated] (LUCENE-4766) Pattern token filter which emits a token for every capturing group

2013-02-10 Thread Clinton Gormley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4766?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Clinton Gormley updated LUCENE-4766: Attachment: LUCENE-4766.patch Patch implementing

[jira] [Updated] (LUCENE-4766) Pattern token filter which emits a token for every capturing group

2013-02-10 Thread Clinton Gormley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4766?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Clinton Gormley updated LUCENE-4766: Description: The PatternTokenizer either functions by splitting on matches, or allows you