[jira] [Updated] (LUCENE-6207) Multiple filtered subsets of the same underlying index passed to IW.addIndexes() can produce an index with bad SortedDocValues

2015-01-29 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6207?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated LUCENE-6207: - Attachment: LUCENE-6207.patch Same patch, I just added an entry in the changes.txt and fixed the

[jira] [Updated] (LUCENE-6207) Multiple filtered subsets of the same underlying index passed to IW.addIndexes() can produce an index with bad SortedDocValues

2015-01-29 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6207?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated LUCENE-6207: - Attachment: LUCENE-6207.patch The bug is that doc values terms enums assume that nothing else is

[jira] [Updated] (LUCENE-6207) Multiple filtered subsets of the same underlying index passed to IW.addIndexes() can produce an index with bad SortedDocValues

2015-01-29 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6207?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated LUCENE-6207: - Fix Version/s: Trunk 5.0 4.10.4 Multiple filtered subsets

[jira] [Updated] (LUCENE-6207) Multiple filtered subsets of the same underlying index passed to IW.addIndexes() can produce an index with bad SortedDocValues

2015-01-28 Thread TomShally (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6207?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] TomShally updated LUCENE-6207: -- Attachment: Lucene6207Test.java Test showing the issue Multiple filtered subsets of the same

[jira] [Updated] (LUCENE-6207) Multiple filtered subsets of the same underlying index passed to IW.addIndexes() can produce an index with bad SortedDocValues

2015-01-28 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6207?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-6207: Attachment: Lucene6207Test.java Thanks for taking the time to write the test. Attached is your