[jira] [Updated] (LUCENE-4642) TokenizerFactory should provide a create method with a given AttributeSource

2013-02-03 Thread Renaud Delbru (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Renaud Delbru updated LUCENE-4642: -- Attachment: LUCENE-4642.patch TokenizerFactory should provide a create method with a

[jira] [Updated] (LUCENE-4642) TokenizerFactory should provide a create method with a given AttributeSource

2013-01-27 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-4642: -- Attachment: TrieTokenizerFactory.java.patch Here the patch that changes the hack so we can

[jira] [Updated] (LUCENE-4642) TokenizerFactory should provide a create method with a given AttributeSource

2013-01-21 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Rowe updated LUCENE-4642: --- Attachment: LUCENE-4642.patch I think this is a good addition. Here is a patch against trunk.

[jira] [Updated] (LUCENE-4642) TokenizerFactory should provide a create method with a given AttributeSource

2013-01-16 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Rowe updated LUCENE-4642: --- Assignee: Steve Rowe Hi Renaud, I'll review some time in the next week.

[jira] [Updated] (LUCENE-4642) TokenizerFactory should provide a create method with a given AttributeSource

2012-12-20 Thread Renaud Delbru (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Renaud Delbru updated LUCENE-4642: -- Attachment: LUCENE-4642.patch Patch adding #create(AttributeSource source, Reader reader) to