[jira] Commented: (LUCENE-887) Interruptible segment merges

2007-11-22 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12544724 ] Michael Busch commented on LUCENE-887: -- close(false) does not "kill" a merge thread right? So actually there is

[jira] Commented: (LUCENE-1044) Behavior on hard power shutdown

2007-11-22 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1044?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12544730 ] Michael Busch commented on LUCENE-1044: --- I think changing the only constructor in FSDirectory.FSIndexOutput is

[jira] Commented: (LUCENE-1044) Behavior on hard power shutdown

2007-11-22 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1044?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12544758 ] Michael McCandless commented on LUCENE-1044: Woops, OK I will put it back ... > Behavior on hard power

[jira] Commented: (LUCENE-887) Interruptible segment merges

2007-11-22 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12544769 ] Michael McCandless commented on LUCENE-887: --- I believe close(false) marks all still-running merges as abor

[jira] Created: (LUCENE-1064) Make TopDocs constructor public

2007-11-22 Thread Shai Erera (JIRA)
Make TopDocs constructor public --- Key: LUCENE-1064 URL: https://issues.apache.org/jira/browse/LUCENE-1064 Project: Lucene - Java Issue Type: Improvement Components: Search Affects Versions: 2.2

[jira] Commented: (LUCENE-1044) Behavior on hard power shutdown

2007-11-22 Thread Doron Cohen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1044?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12544803 ] Doron Cohen commented on LUCENE-1044: - {quote} I'll look into the separate thread to sync/close files in the bac

[jira] Commented: (LUCENE-1044) Behavior on hard power shutdown

2007-11-22 Thread Doron Cohen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1044?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12544811 ] Doron Cohen commented on LUCENE-1044: - With some artificial CPU activity added to the test program: || num files

[jira] Issue Comment Edited: (LUCENE-1044) Behavior on hard power shutdown

2007-11-22 Thread Doron Cohen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1044?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12544812 ] doronc edited comment on LUCENE-1044 at 11/22/07 6:16 AM: --- Attached FSyncPerfTest.java

[jira] Updated: (LUCENE-1044) Behavior on hard power shutdown

2007-11-22 Thread Doron Cohen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1044?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doron Cohen updated LUCENE-1044: Attachment: FSyncPerfTest.java The standalone (non Lucene) perf test that I used. > Behavior on h

[jira] Commented: (LUCENE-887) Interruptible segment merges

2007-11-22 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12544854 ] Michael Busch commented on LUCENE-887: -- {quote} I believe close(false) marks all still-running merges as aborted

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

2007-11-22 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-20071122-1ground.patch) > Decouple Filter from Bit

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

2007-11-22 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-20071122-1ground.patch Resolved a local conflict in the javadocs of

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

2007-11-22 Thread Paul Elschot (JIRA)
Reporter: Peter Schäfer >Priority: Minor > Attachments: bench-diff.txt, bench-diff.txt, > Matcher-20070905-2default.patch, Matcher-20070905-3core.patch, > Matcher-20071008-1ground.patch, Matcher-20071122-1ground.patch, Some > Matchers.zip > > > {code}

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

2007-11-22 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-20071122-1ground.patch Resolved a local conflict in the javadocs of

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

2007-11-22 Thread Paul Elschot (JIRA)
Reporter: Peter Schäfer >Priority: Minor > Attachments: bench-diff.txt, bench-diff.txt, > Matcher-20070905-2default.patch, Matcher-20070905-3core.patch, > Matcher-20071122-1ground.patch, Some Matchers.zip > > > {code} > package org.apache.lu

[jira] Updated: (LUCENE-1064) Make TopDocs constructor public

2007-11-22 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1064?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera updated LUCENE-1064: --- Attachment: TopDocs-patch The simple patch details > Make TopDocs constructor public >

Making TopDocs constructor public

2007-11-22 Thread Shai Erera
Hi I opened an issue in JIRA on making TopDocs constructor public ( https://issues.apache.org/jira/browse/LUCENE-1064). I think it's a very small change and is required by applications that have the need to write their own HitCollector and create a corresponding TopDocs (but can't extend TopDocCol