[jira] [Updated] (LUCENE-4656) Fix EmptyTokenizer

2013-01-03 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4656?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated LUCENE-4656: - Attachment: LUCENE-4656.patch Patch. I wasn't sure whether to add a CharTermAttribute to

[jira] [Updated] (LUCENE-4656) Fix EmptyTokenizer

2013-01-03 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4656?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated LUCENE-4656: - Attachment: LUCENE-4656.patch Alternative patch that fixes BaseTokenStreamTestCase. I needed to

[jira] [Updated] (LUCENE-4656) Fix EmptyTokenizer

2013-01-03 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4656?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-4656: -- Attachment: LUCENE-4656-IW-bug.patch Here a patch showing the bug in the public class

[jira] [Updated] (LUCENE-4656) Fix EmptyTokenizer

2013-01-03 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4656?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-4656: -- Attachment: LUCENE-4656-IW-fix.patch Here the fix that solves the DocInverterPerField issue

[jira] [Updated] (LUCENE-4656) Fix EmptyTokenizer

2013-01-03 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4656?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-4656: -- Attachment: LUCENE-4656-IW-fix.patch Better patch, ueses do...while, which is more readable.

[jira] [Updated] (LUCENE-4656) Fix EmptyTokenizer

2013-01-03 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4656?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-4656: Attachment: LUCENE-4656_bttc.patch here's a patch for BaseTokenStreamTestCase. I think it should

[jira] [Updated] (LUCENE-4656) Fix EmptyTokenizer

2013-01-03 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4656?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-4656: -- Attachment: LUCENE-4656.patch New patch merged with Adrien's. I am not sure if the Fix in

[jira] [Updated] (LUCENE-4656) Fix EmptyTokenizer

2013-01-03 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4656?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-4656: -- Attachment: LUCENE-4656.patch Patch merged with Robert's. Fix

[jira] [Updated] (LUCENE-4656) Fix EmptyTokenizer

2013-01-03 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4656?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-4656: -- Attachment: LUCENE-4656.patch Add a check that the document is really in IW after indexing.