: In the insanity check, when you drop into the sequential subreaders - I
: think its got to be recursive - you might have a multi at the top with
: other subs, or any combo thereof. I can add to next patch.
i don't have the code in front of me, but i thought i was adding the sub
readers to th
[
https://issues.apache.org/jira/browse/LUCENE-1749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12737834#action_12737834
]
Mark Miller commented on LUCENE-1749:
-
In the insanity check, when you drop into the s
[
https://issues.apache.org/jira/browse/LUCENE-1749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12737832#action_12737832
]
Mark Miller commented on LUCENE-1749:
-
Already finding some corner cases with the mult
[
https://issues.apache.org/jira/browse/LUCENE-1749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mark Miller updated LUCENE-1749:
Attachment: LUCENE-1749.patch
* merged patches (and little tweaks to explain fix code)
* added a M
[
https://issues.apache.org/jira/browse/LUCENE-1460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12737814#action_12737814
]
Robert Muir commented on LUCENE-1460:
-
{quote}
so probably the hardest to convert.
{qu
[
https://issues.apache.org/jira/browse/LUCENE-1567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12737800#action_12737800
]
Michael Busch commented on LUCENE-1567:
---
{quote}
Depend on the "new flexible query p
[
https://issues.apache.org/jira/browse/LUCENE-1749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12737792#action_12737792
]
Mark Miller edited comment on LUCENE-1749 at 7/31/09 5:43 PM:
--
[
https://issues.apache.org/jira/browse/LUCENE-1749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12737792#action_12737792
]
Mark Miller commented on LUCENE-1749:
-
In the case that is a caching filter? I hadn't
[
https://issues.apache.org/jira/browse/LUCENE-1567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12737786#action_12737786
]
Luis Alves commented on LUCENE-1567:
Hi Michael,
I'm done with my changes, let me kno
[
https://issues.apache.org/jira/browse/LUCENE-1567?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Luis Alves updated LUCENE-1567:
---
Attachment: lucene_trunk_FlexQueryParser_2009july31_v14.patch
It includes:
- javadocs for the messa
[
https://issues.apache.org/jira/browse/LUCENE-1460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12737757#action_12737757
]
Michael Busch commented on LUCENE-1460:
---
{quote}
For example I am a little intimidat
[
https://issues.apache.org/jira/browse/LUCENE-1567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12737752#action_12737752
]
Luis Alves commented on LUCENE-1567:
Michael,
I will submit a new patch in a few hour
[
https://issues.apache.org/jira/browse/LUCENE-1567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12737750#action_12737750
]
Michael Busch commented on LUCENE-1567:
---
Good work!
All tests (core, contrib, bw-co
[
https://issues.apache.org/jira/browse/LUCENE-1689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12737747#action_12737747
]
Robert Muir commented on LUCENE-1689:
-
by the way i plan to replace any scary bit oper
[
https://issues.apache.org/jira/browse/LUCENE-1689?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Muir updated LUCENE-1689:
Attachment: LUCENE-1689.patch
just a dump to show where I am trying to go.
I havent done anything
[
https://issues.apache.org/jira/browse/LUCENE-1689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12737740#action_12737740
]
Robert Muir commented on LUCENE-1689:
-
michael yes thats what I had in mind.
like you
[
https://issues.apache.org/jira/browse/LUCENE-1689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12737732#action_12737732
]
Michael McCandless commented on LUCENE-1689:
That sounds right.
We would also
[
https://issues.apache.org/jira/browse/LUCENE-1689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12737679#action_12737679
]
Robert Muir commented on LUCENE-1689:
-
one tricky part of this is CharTokenizer. a few
[
https://issues.apache.org/jira/browse/LUCENE-1769?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12737671#action_12737671
]
Uwe Schindler commented on LUCENE-1769:
---
This discussion was on java-dev, I copy it
[
https://issues.apache.org/jira/browse/LUCENE-1768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12737669#action_12737669
]
Luis Alves commented on LUCENE-1768:
Uwe,
Thanks for creating the jira issue.
Can y
This is correct but still inefficient. The current workflow is:
- Checkout svn
- Build the source package with ant
- Build the maven artifacts (which compiles all classes)
- Then ant nightly is called, which builds the binary package and runs tests
-> this could be optimized to only build the binar
[
https://issues.apache.org/jira/browse/LUCENE-1749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12737626#action_12737626
]
Yonik Seeley commented on LUCENE-1749:
--
I believe that ConstantScoreQuery will need i
: I didn't realize the nightly build runs the tests twice (with & w/o
: clover); I agree, running only with clover seems fine?
i'm not caught up on this issue, but i happen to notice this comment in
email.
the reason the tests are run twice is because in between the two runs we
package up the
[
https://issues.apache.org/jira/browse/LUCENE-1683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael McCandless resolved LUCENE-1683.
Resolution: Fixed
Fix Version/s: 2.9
Thanks Trejkaz!
> RegexQuery matches
[
https://issues.apache.org/jira/browse/LUCENE-1683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12737620#action_12737620
]
Michael McCandless commented on LUCENE-1683:
I agree this is a bug -- I'll swi
[
https://issues.apache.org/jira/browse/LUCENE-1683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael McCandless reassigned LUCENE-1683:
--
Assignee: Michael McCandless
> RegexQuery matches terms the input regex doesn'
[
https://issues.apache.org/jira/browse/LUCENE-1745?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12737618#action_12737618
]
Marc Zampetti commented on LUCENE-1745:
---
Thanks Michael. Look forward to getting my
[
https://issues.apache.org/jira/browse/LUCENE-1745?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael McCandless resolved LUCENE-1745.
Resolution: Fixed
Fix Version/s: 2.9
Thanks Marc!
> Add ability to specify
[
https://issues.apache.org/jira/browse/LUCENE-1745?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12737610#action_12737610
]
Michael McCandless commented on LUCENE-1745:
Patch looks good Marc; I plan to
[
https://issues.apache.org/jira/browse/LUCENE-1745?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael McCandless reassigned LUCENE-1745:
--
Assignee: Michael McCandless
> Add ability to specify compilation/matching fla
+1
We're already able to warm a reader in the the newly merged segment,
in the BG and not delaying any near real-time reopens in the
meantime... but if we can merge FieldCache entries directly in RAM
this ought to be a good speedup over re-un-inverting the merged
segment.
Mike
On Thu, Jul 30, 20
[
https://issues.apache.org/jira/browse/LUCENE-1504?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael McCandless updated LUCENE-1504:
---
Attachment: LUCENE-1504.patch
Fixes the javadoc warnings (most pre-existing).
I als
[
https://issues.apache.org/jira/browse/LUCENE-1689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12737576#action_12737576
]
Robert Muir edited comment on LUCENE-1689 at 7/31/09 9:07 AM:
--
[
https://issues.apache.org/jira/browse/LUCENE-1689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12737576#action_12737576
]
Robert Muir commented on LUCENE-1689:
-
Simon, not yet. I was trying to solicit some op
[
https://issues.apache.org/jira/browse/LUCENE-1504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12737578#action_12737578
]
Michael McCandless commented on LUCENE-1504:
bq. So you mean we should simply
[
https://issues.apache.org/jira/browse/LUCENE-1504?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael McCandless updated LUCENE-1504:
---
Attachment: LUCENE-1504.patch
OK I reworked a number of things about distance filte
[
https://issues.apache.org/jira/browse/LUCENE-1769?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12737566#action_12737566
]
Michael McCandless commented on LUCENE-1769:
bq. Maybe it is even not needed t
[
https://issues.apache.org/jira/browse/LUCENE-1504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12737548#action_12737548
]
Ryan McKinley commented on LUCENE-1504:
---
Don't try to read much into anything I did
[
https://issues.apache.org/jira/browse/LUCENE-1689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12737535#action_12737535
]
Simon Willnauer commented on LUCENE-1689:
-
Robert, are you still working on this i
[
https://issues.apache.org/jira/browse/LUCENE-1764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mark Miller reopened LUCENE-1764:
-
I think we need to add warnings - so reopening
> SampleComparable doesn't work well in contrib/remo
[
https://issues.apache.org/jira/browse/LUCENE-1749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12737517#action_12737517
]
Mark Miller commented on LUCENE-1749:
-
bq. the explain method wants to get hte FieldCa
[
https://issues.apache.org/jira/browse/LUCENE-1749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12737509#action_12737509
]
Mark Miller commented on LUCENE-1749:
-
{quote}I don't really follow you on this (i nee
[
https://issues.apache.org/jira/browse/LUCENE-1504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12737498#action_12737498
]
Uwe Schindler edited comment on LUCENE-1504 at 7/31/09 4:27 AM:
[
https://issues.apache.org/jira/browse/LUCENE-1504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12737498#action_12737498
]
Uwe Schindler commented on LUCENE-1504:
---
So you mean we should simply kick this new
[
https://issues.apache.org/jira/browse/LUCENE-1504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12737486#action_12737486
]
Michael McCandless commented on LUCENE-1504:
I've emailed Patrick privately an
[
https://issues.apache.org/jira/browse/LUCENE-1769?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12737479#action_12737479
]
Uwe Schindler edited comment on LUCENE-1769 at 7/31/09 3:05 AM:
[
https://issues.apache.org/jira/browse/LUCENE-1769?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12737481#action_12737481
]
Nick Pellow commented on LUCENE-1769:
-
bq. Thanks for all your help!
And thanks for a
[
https://issues.apache.org/jira/browse/LUCENE-1769?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Uwe Schindler updated LUCENE-1769:
--
Attachment: LUCENE-1769.patch
Here an updated patch with merged changes.
There is currently a
[
https://issues.apache.org/jira/browse/LUCENE-1769?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12737444#action_12737444
]
Uwe Schindler commented on LUCENE-1769:
---
Thanks for all your help!
bq. This means t
49 matches
Mail list logo