[
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
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
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
[
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
[
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
[
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[])
[
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
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.
>
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
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
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
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,
Is anyone working on this? I can't find a patch. I'll start one unless
someone has something to post.
[
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
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
[
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
>
Field specified norms in MatchAllDocumentsScorer
-
Key: LUCENE-1543
URL: https://issues.apache.org/jira/browse/LUCENE-1543
Project: Lucene - Java
Issue Type: Improvement
Components:
[
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
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
NearSpansUnordered.getPayload does not always return the correct payloads when
terms are located at the same position
-
Key: LUCENE-1542
URL: https
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
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
[
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"
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
39 matches
Mail list logo