problem with IndexReader.reopen()

2009-02-10 Thread Andi Vajda
Hi ! I just upgraded from Lucene 2.3.2 to Lucene 2.4.0. I've been using IndexReader.reopen() with 2.3.2 just fine for a long time now. With 2.4.0, reopening the same index (hence, a 2.3.2 index), I'm getting spurious AlreadyClosedExceptions thrown from inside reopen(): "trace": "org.apac

[jira] Updated: (LUCENE-1470) Add TrieRangeQuery to contrib

2009-02-10 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1470?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1470: -- Attachment: LUCENE-1470-revamp.patch This is (hopefully) my last patch. It contains all tests

[jira] Created: (LUCENE-1540) Improvements to contrib.benchmark for TREC collections

2009-02-10 Thread Tim Armstrong (JIRA)
Improvements to contrib.benchmark for TREC collections -- Key: LUCENE-1540 URL: https://issues.apache.org/jira/browse/LUCENE-1540 Project: Lucene - Java Issue Type: Improvement Co

Re: Porting benchmark suite

2009-02-10 Thread Grant Ingersoll
On Feb 10, 2009, at 2:29 PM, Jason Rutherglen wrote: > to be able to benchmark indexing and querying at the same time. Basically, X threads querying in parallel while writes/commits are taking place. I should add "reopens" to the writes/commits +1 Agreed, this is useful for benchmarki

Re: Porting benchmark suite

2009-02-10 Thread Jason Rutherglen
> to be able to benchmark indexing and querying at the same time. Basically, X threads querying in parallel while writes/commits are taking place. +1 Agreed, this is useful for benchmarking realtime search (which is some of the motivation for learning and improving the benchmark code). On Mon, F

[jira] Created: (LUCENE-1539) Improve Benchmark

2009-02-10 Thread Jason Rutherglen (JIRA)
Improve Benchmark - Key: LUCENE-1539 URL: https://issues.apache.org/jira/browse/LUCENE-1539 Project: Lucene - Java Issue Type: Improvement Components: contrib/benchmark Affects Versions: 2.4 Reporter

[jira] Updated: (LUCENE-1537) InstantiatedIndexReader.clone

2009-02-10 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1537?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated LUCENE-1537: - Attachment: LUCENE-1537.patch - Added InstantiatedIndexReader.clone method - Added Test

Re: TrieRange

2009-02-10 Thread Doug Cutting
Ryan McKinley wrote: If someone is using /trunk, they should be ready for changes like this to happen. +1 Doug - To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org For additional commands, e-mail: java-dev-h...@lu