[jira] Updated: (LUCENE-1016) TermVectorAccessor, transparent vector space access

2007-10-08 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1016?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wettin updated LUCENE-1016: Attachment: LUCENE-1016.txt This patch: * All Java 1.4 * Bugfix, could throw a nullexception

[jira] Commented: (LUCENE-743) IndexReader.reopen()

2007-10-08 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12533172 ] Michael Busch commented on LUCENE-743: -- Thanks all for the reviews and comments! There seem to be some

[jira] Updated: (LUCENE-584) Decouple Filter from BitSet

2007-10-08 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Elschot updated LUCENE-584: Attachment: Matcher-20071008-1ground.patch This Matcher-20071008-1ground.patch replaces

[jira] Updated: (LUCENE-584) Decouple Filter from BitSet

2007-10-08 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Elschot updated LUCENE-584: Attachment: (was: Matcher-20071008-1ground.patch) Decouple Filter from BitSet

[jira] Updated: (LUCENE-584) Decouple Filter from BitSet

2007-10-08 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Elschot updated LUCENE-584: Attachment: Matcher-20071008-1ground.patch Attached once more, this time with licence gramted

[jira] Issue Comment Edited: (LUCENE-584) Decouple Filter from BitSet

2007-10-08 Thread Paul Elschot (JIRA)
-20070905-2default.patch, Matcher-20070905-3core.patch, Matcher-20071008-1ground.patch, Some Matchers.zip {code} package org.apache.lucene.search; public abstract class Filter implements java.io.Serializable { public abstract AbstractBitSet bits(IndexReader reader) throws IOException

[jira] Commented: (LUCENE-743) IndexReader.reopen()

2007-10-08 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12533186 ] Michael McCandless commented on LUCENE-743: --- Actually if we went back to the sharing (not cloning)

[jira] Commented: (LUCENE-743) IndexReader.reopen()

2007-10-08 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12533205 ] Michael Busch commented on LUCENE-743: -- This way if you have a reader X and you did reopen to get Y and did

[jira] Commented: (LUCENE-743) IndexReader.reopen()

2007-10-08 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12533213 ] Michael McCandless commented on LUCENE-743: --- We have to be very careful about cross-referencing multiple