[jira] Commented: (LUCENE-1541) Trie range - make trie range indexing more flexible

2009-02-19 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12675269#action_12675269 ] Uwe Schindler commented on LUCENE-1541: --- That would be a possibility, but not unders

LIA2 on l.a.o/java OK?

2009-02-19 Thread Otis Gospodnetic
Hello, Would it be OK to put the book cover and link to LIA2 some place on lucene.apache.org/java, say below the navigation elements on the left side of the page? I/we (authors) think it makes sense to do this -- the book is for the Lucene community after all, but wanted to check with the res

[jira] Commented: (LUCENE-1541) Trie range - make trie range indexing more flexible

2009-02-19 Thread Ning Li (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12675212#action_12675212 ] Ning Li commented on LUCENE-1541: - If you are *really* concerned with the additional loop

[jira] Commented: (LUCENE-1516) Integrate IndexReader with IndexWriter

2009-02-19 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12675206#action_12675206 ] Jason Rutherglen commented on LUCENE-1516: -- The path forward seems to be exposing

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

2009-02-19 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1539?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12675196#action_12675196 ] Jason Rutherglen commented on LUCENE-1539: -- In looking over the code, to do the m

[jira] Updated: (LUCENE-1516) Integrate IndexReader with IndexWriter

2009-02-19 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated LUCENE-1516: - Attachment: LUCENE-1516.patch Added the test case to the patch. > Integrate IndexRead

[jira] Commented: (LUCENE-1469) isValid should be invoked after analyze rather than before it so it can validate the output of analyze

2009-02-19 Thread Vincent Li (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1469?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12675180#action_12675180 ] Vincent Li commented on LUCENE-1469: Hi Mark, sorry for the late response, I've been a

[jira] Updated: (LUCENE-1544) Deadlock: IndexWriter.addIndexes(IndexReader[])

2009-02-19 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1544?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-1544: --- Attachment: LUCENE-1544.patch Patch attached. I changed the up-front acquireWrite i

[jira] Updated: (LUCENE-1544) Deadlock: IndexWriter.addIndexes(IndexReader[])

2009-02-19 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1544?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-1544: --- Fix Version/s: 2.9 2.4.1 > Deadlock: IndexWriter.addIndexes(Index

[jira] Commented: (LUCENE-1516) Integrate IndexReader with IndexWriter

2009-02-19 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12675177#action_12675177 ] Michael McCandless commented on LUCENE-1516: {quote} > since you can't predict

Re: Move deletes to a top level boolean AND NOT query

2009-02-19 Thread Jason Rutherglen
Does the LUCENE-1536 patch create a compound filter out of multiple filters? Then the compound filter is passed down to TermQuery? What is the status of LUCENE-1345? On Thu, Feb 19, 2009 at 10:52 AM, Michael McCandless < luc...@mikemccandless.com> wrote: > > I don't think anyone is working on i

[jira] Commented: (LUCENE-1543) Field specified norms in MatchAllDocumentsScorer

2009-02-19 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12675118#action_12675118 ] Karl Wettin commented on LUCENE-1543: - bq. Couldn't you just use a TermQuery? Or a Boo

[jira] Commented: (LUCENE-1543) Field specified norms in MatchAllDocumentsScorer

2009-02-19 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12675115#action_12675115 ] Yonik Seeley commented on LUCENE-1543: -- Couldn't you just use a TermQuery? Or a Boole

[jira] Assigned: (LUCENE-1544) Deadlock: IndexWriter.addIndexes(IndexReader[])

2009-02-19 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1544?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless reassigned LUCENE-1544: -- Assignee: Michael McCandless > Deadlock: IndexWriter.addIndexes(IndexReader[])

[jira] Updated: (LUCENE-1544) Deadlock: IndexWriter.addIndexes(IndexReader[])

2009-02-19 Thread Doug Sale (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1544?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Sale updated LUCENE-1544: -- Attachment: TestAddIndexes.java JUnit test. method/testcase that recreates deadlock: testAddIndexesBy

Re: Deadlock: IndexWriter.addIndexes(IndexReader[])

2009-02-19 Thread Doug Sale
Done: http://issues.apache.org/jira/browse/LUCENE-1544 On Thu, Feb 19, 2009 at 12:54 PM, Michael McCandless < luc...@mikemccandless.com> wrote: > > Whoa -- please open a Jira issue? Since we still have 2.4/2.4.1/2.9 > allowing the deprecated autoCommit=true, we should fix it. > > Thanks Doug. >

[jira] Created: (LUCENE-1544) Deadlock: IndexWriter.addIndexes(IndexReader[])

2009-02-19 Thread Doug Sale (JIRA)
Deadlock: IndexWriter.addIndexes(IndexReader[]) --- Key: LUCENE-1544 URL: https://issues.apache.org/jira/browse/LUCENE-1544 Project: Lucene - Java Issue Type: Bug Components: Index Af

Re: Deadlock: IndexWriter.addIndexes(IndexReader[])

2009-02-19 Thread Michael McCandless
Whoa -- please open a Jira issue? Since we still have 2.4/2.4.1/2.9 allowing the deprecated autoCommit=true, we should fix it. Thanks Doug. Mike Doug Sale wrote: A deadlock issue occurs under the following circumstances - IndexWriter.autoCommit == true - IndexWriter.directory contains mu

Re: Move deletes to a top level boolean AND NOT query

2009-02-19 Thread Michael McCandless
I don't think anyone is working on it..., because It looks like this is a real hit to performance (the results I posted on LUCENE-1476). We shouldn't do it. And, in fact, we should consider doing the reverse: taking filters that are now applied via iteration and instead distributing them

Deadlock: IndexWriter.addIndexes(IndexReader[])

2009-02-19 Thread Doug Sale
A deadlock issue occurs under the following circumstances - IndexWriter.autoCommit == true - IndexWriter.directory contains multiple segments - IndexWriter.AddIndex(IndexReader[]) is invoked I put together a JUnit test that recreates the deadlock, which I've attached. It is the first test method,

Move deletes to a top level boolean AND NOT query

2009-02-19 Thread Jason Rutherglen
Is anyone working on this? I can't find a patch. I'll start one unless someone has something to post.

[jira] Commented: (LUCENE-1516) Integrate IndexReader with IndexWriter

2009-02-19 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12675069#action_12675069 ] Jason Rutherglen commented on LUCENE-1516: -- Mike, good points... {quote} since

Re: 2.4.1 release?

2009-02-19 Thread Michael McCandless
OK thanks Mark! I'll wait a few days for any one else to mark 2.4.1 issues and then start the release process. Mike Mark Miller wrote: Excuse me, thats Sami, not Sammy. My bad. I butcher names and language like its my job. I've committed the back port. I think I am probably seeing the

[jira] Updated: (LUCENE-1543) Field specified norms in MatchAllDocumentsScorer

2009-02-19 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wettin updated LUCENE-1543: Attachment: LUCENE-1543.txt > Field specified norms in MatchAllDocumentsScorer >

[jira] Created: (LUCENE-1543) Field specified norms in MatchAllDocumentsScorer

2009-02-19 Thread Karl Wettin (JIRA)
Field specified norms in MatchAllDocumentsScorer - Key: LUCENE-1543 URL: https://issues.apache.org/jira/browse/LUCENE-1543 Project: Lucene - Java Issue Type: Improvement Components:

[jira] Commented: (LUCENE-1398) Add ReverseStringFilter

2009-02-19 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12675020#action_12675020 ] Yonik Seeley commented on LUCENE-1398: -- I don't know how others feel, but I'd persona

Re: 2.4.1 release?

2009-02-19 Thread Mark Miller
Excuse me, thats Sami, not Sammy. My bad. I butcher names and language like its my job. I've committed the back port. I think I am probably seeing the issue that Sami brought up a bit ago (on the 2.4 branch) because I just upgraded to the latest Ubuntu (Jaunty Jackalope). - Mark Mark Mille

[jira] Created: (LUCENE-1542) NearSpansUnordered.getPayload does not always return the correct payloads when terms are located at the same position

2009-02-19 Thread Mark Miller (JIRA)
NearSpansUnordered.getPayload does not always return the correct payloads when terms are located at the same position - Key: LUCENE-1542 URL: https

Re: 2.4.1 release?

2009-02-19 Thread Mark Miller
Yeah, I got it ready to go last night. Oddly I am now seeing that test fail that Sammy brought up a bit ago (the UTF-8 test case stuff, fixed on trunk). I'll commit in a bit. - Mark Michael McCandless wrote: OK I've backported all 2.4.1 issues, except LUCENE-1465 (which is Mark (Miller)'s i

Re: 2.4.1 release?

2009-02-19 Thread Michael McCandless
OK I've backported all 2.4.1 issues, except LUCENE-1465 (which is Mark (Miller)'s issue). Mark can you backport that one? Thanks. Mike Andi Vajda wrote: On Feb 18, 2009, at 12:04, Michael McCandless > wrote: I agree. Maybe also: LUCENE-1465: NearSpansOrdered.getPayload does not re

[jira] Resolved: (LUCENE-1521) "fdx size mismatch" exception in StoredFieldsWriter.closeDocStore() when closing index with 500M documents

2009-02-19 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1521?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-1521. Resolution: Fixed Committed revision 745803 on 2.4 branch. > "fdx size mismatch"

[jira] Resolved: (LUCENE-1519) Change Primitive Data Types from int to long in class SegmentMerger.java

2009-02-19 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1519?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-1519. Resolution: Fixed Committed revision 745801 on 2.4 branch. > Change Primitive Dat

[jira] Resolved: (LUCENE-1474) Incorrect SegmentInfo.delCount when IndexReader.flush() is used

2009-02-19 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1474?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-1474. Resolution: Fixed Already backported to 2.4 branch. > Incorrect SegmentInfo.delCo

[jira] Resolved: (LUCENE-1459) CachingWrapperFilter crashes if you call both bits() and getDocIdSet()

2009-02-19 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-1459. Resolution: Fixed Lucene Fields: [New, Patch Available] (was: [Patch Availa

[jira] Resolved: (LUCENE-1457) There are a few binary search implmentations in lucene that suffer from a now well known overflow bug

2009-02-19 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1457?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-1457. Resolution: Fixed Committed revision 745798 on 2.4 branch. > There are a few bina

[jira] Resolved: (LUCENE-1453) When reopen returns a new IndexReader, both IndexReaders may now control the lifecycle of the underlying Directory which is managed by reference counting

2009-02-19 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-1453. Resolution: Fixed Committed revision 745797 on 2.4 branch. > When reopen returns

[jira] Resolved: (LUCENE-1442) NOT_ANALYZED fields can double-count offsets

2009-02-19 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-1442. Resolution: Fixed Committed revision 745796 on 2.4 branch. > NOT_ANALYZED fields

[jira] Resolved: (LUCENE-1430) IndexReader.open(String|File) may incorrectly throw AlreadyClosedException

2009-02-19 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-1430. Resolution: Fixed Committed revision 745794 on 2.4 branch. > IndexReader.open(Str

[jira] Resolved: (LUCENE-1429) close() throws incorrect IllegalStateEx after IndexWriter hit an OOME when autoCommit is true

2009-02-19 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-1429. Resolution: Fixed Committed revision 745788 on 2.4 branch. > close() throws incor