[
https://issues.apache.org/jira/browse/LUCENE-831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12699545#action_12699545
]
Uwe Schindler commented on LUCENE-831:
--
Hi, looks good:
I am only not sure, what woul
[
https://issues.apache.org/jira/browse/LUCENE-1593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12699524#action_12699524
]
Earwin Burrfoot commented on LUCENE-1593:
-
Lucene failed drop in replacement betwe
See http://hudson.zones.apache.org/hudson/job/Lucene-trunk/798/changes
-
To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-dev-h...@lucene.apache.org
[
https://issues.apache.org/jira/browse/LUCENE-1591?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shai Erera updated LUCENE-1591:
---
Attachment: LUCENE-1591.patch
I removed this test from WriteLineDocTaskTest, since it doesn't really
Hi Folks,
This is George Aroush, I'm one of the committers on Lucene.Net - a port of
Java Lucene to C# Lucene.
I'm looking at the current trunk code of yet to be released Lucene 2.9 and I
would like to port it to Lucene.Net. If I do this now, we get the benefit
of keeping our code base and relea
[
https://issues.apache.org/jira/browse/LUCENE-831?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mark Miller updated LUCENE-831:
---
Attachment: LUCENE-831.patch
Okay, all fixed up and updated to trunk. All tests pass. Still some roug
[
https://issues.apache.org/jira/browse/LUCENE-831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12699448#action_12699448
]
Uwe Schindler commented on LUCENE-831:
--
By the way: In the patch, the ValueSource set
[
https://issues.apache.org/jira/browse/LUCENE-831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12699440#action_12699440
]
Mark Miller commented on LUCENE-831:
Thanks Uwe. I had it in my mind to update to trunk
[
https://issues.apache.org/jira/browse/LUCENE-831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12699439#action_12699439
]
Uwe Schindler commented on LUCENE-831:
--
I do not get the patch applied to trunk (mergi
[
https://issues.apache.org/jira/browse/LUCENE-831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12699433#action_12699433
]
Mark Miller commented on LUCENE-831:
Bah, just wrote a bunch and hit cancel.
Attacking
[
https://issues.apache.org/jira/browse/LUCENE-831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12699435#action_12699435
]
Uwe Schindler commented on LUCENE-831:
--
bq. Patch is not done, but all tests now pass
[
https://issues.apache.org/jira/browse/LUCENE-831?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mark Miller updated LUCENE-831:
---
Attachment: LUCENE-831.patch
I've added your SortField constructor Uwe.
I've also switched things to
[
https://issues.apache.org/jira/browse/LUCENE-1591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12699409#action_12699409
]
Michael McCandless commented on LUCENE-1591:
I'm still seeing the one WriteLin
Shai Erera (JIRA) wrote:
[ https://issues.apache.org/jira/browse/LUCENE-1593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12699344#action_12699344 ]
Shai Erera commented on LUCENE-1593:
bq. I believe if a user u
[
https://issues.apache.org/jira/browse/LUCENE-1593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12699344#action_12699344
]
Shai Erera commented on LUCENE-1593:
bq. I believe if a user upgrades to release XX.9
[
https://issues.apache.org/jira/browse/LUCENE-1593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12699321#action_12699321
]
Mark Miller commented on LUCENE-1593:
-
I believe if a user upgrades to release XX.9 an
[
https://issues.apache.org/jira/browse/LUCENE-1604?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shon Vella updated LUCENE-1604:
---
Attachment: LUCENE-1604.patch
Patch updated to add method to enable/disable the disabling of fake no
[
https://issues.apache.org/jira/browse/LUCENE-1593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12699314#action_12699314
]
Shai Erera commented on LUCENE-1593:
I thought that when we move to 3.0 we're not expe
[
https://issues.apache.org/jira/browse/LUCENE-1588?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Grant Ingersoll resolved LUCENE-1588.
-
Resolution: Fixed
This was committed.
> Update Spatial Lucene sort to use FieldComparat
[
https://issues.apache.org/jira/browse/LUCENE-1593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12699298#action_12699298
]
Mark Miller commented on LUCENE-1593:
-
In general, 3.0 gives us no extra in regards to
The cache is currently being stored as a static HashMap on the MLT
object and expired at the discretion of the application code using a
static MLT.flushCache() method. Use of the cache at all is opt-in,
using a non-static MLT.setCache(true) and a new constructor signature
on MLTQuery that includes
[
https://issues.apache.org/jira/browse/LUCENE-1603?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Uwe Schindler updated LUCENE-1603:
--
Attachment: LUCENE-1603.patch
Patch that provides that filter.
Mike: Can you please test drop
[
https://issues.apache.org/jira/browse/LUCENE-1603?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Uwe Schindler reopened LUCENE-1603:
---
To also expose getTotalTermCount to the Filter counterparts, I provide a new
supercalss for tho
[
https://issues.apache.org/jira/browse/LUCENE-1593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12699237#action_12699237
]
Shai Erera commented on LUCENE-1593:
Ok, so with the latest changes to LUCENE-1529, I
[
https://issues.apache.org/jira/browse/LUCENE-1591?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shai Erera updated LUCENE-1591:
---
Attachment: LUCENE-1591.patch
Let's try with this one. Changes:
* Added testInvalidFormat to LineDoc
Could you open an issue and we'll iterate there?
It seems to be a false failure...
Mike
On Wed, Apr 15, 2009 at 8:58 AM, Uwe Schindler wrote:
> Should I open a bug report about this Windows problem or is this known? Not
> sure how to fix it.
>
> -
> Uwe Schindler
> H.-H.-Meier-Allee 63, D-2
I think this is similar to:
http://www.gossamer-threads.com/lists/lucene/java-user/39382
-
Uwe Schindler
H.-H.-Meier-Allee 63, D-28213 Bremen
http://www.thetaphi.de
eMail: u...@thetaphi.de
> -Original Message-
> From: Uwe Schindler [mailto:u...@thetaphi.de]
> Sent: Wednesday, April 1
[
https://issues.apache.org/jira/browse/LUCENE-1529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12699177#action_12699177
]
Michael McCandless commented on LUCENE-1529:
Yes, indeed -- should be fixed no
Should I open a bug report about this Windows problem or is this known? Not
sure how to fix it.
-
Uwe Schindler
H.-H.-Meier-Allee 63, D-28213 Bremen
http://www.thetaphi.de
eMail: u...@thetaphi.de
> -Original Message-
> From: Uwe Schindler [mailto:u...@thetaphi.de]
> Sent: Tuesday, Apr
[
https://issues.apache.org/jira/browse/LUCENE-1591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12699175#action_12699175
]
Michael McCandless commented on LUCENE-1591:
bq. Mike, if you agree, can you q
Woops -- I broke the back compat test because I forgot to move the
back compat tag forwards. Will fix shortly...
Mike
On Tue, Apr 14, 2009 at 10:33 PM, Apache Hudson Server
wrote:
> See http://hudson.zones.apache.org/hudson/job/Lucene-trunk/797/changes
>
> Changes:
>
> [mikemccand] LUCENE-1529:
[
https://issues.apache.org/jira/browse/LUCENE-1603?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12699169#action_12699169
]
Michael McCandless commented on LUCENE-1603:
bq. An idea how to achive this, w
[
https://issues.apache.org/jira/browse/LUCENE-831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12699166#action_12699166
]
Mark Miller edited comment on LUCENE-831 at 4/15/09 5:16 AM:
-
T
[
https://issues.apache.org/jira/browse/LUCENE-831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12699166#action_12699166
]
Mark Miller commented on LUCENE-831:
Thinking a bit on this this morning:
I think that
34 matches
Mail list logo