[jira] Updated: (LUCENE-2359) CartesianPolyFilterBuilder doesn't handle edge case around the 180 meridian

2010-04-03 Thread Nicolas Helleringer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicolas Helleringer updated LUCENE-2359: Attachment: LUCENE-2359.patch Here is a patch to import the CartesianPolyFilterBui

Re: [SPATIAL] CartesianPolyFilterBuilder ?

2010-04-03 Thread Helleringer, Nicolas
Grant, I shall create a patch for LUCENE-1921 based on the code @ GoogleCode as soon as the patch I just post on LUCENE-2359 is ok for you and comitted. For info, pole flipping, large distance and other buggy behaviors around prime meridian have to do with how LatLngRect is coded and how the boun

[jira] Resolved: (LUCENE-2363) Classes BooleanFilter and FilterClause missing in 2.2

2010-04-03 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2363?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler resolved LUCENE-2363. --- Resolution: Invalid These classes are in the queries contrib, not in lucene-core. So you hav

[jira] Closed: (LUCENE-2363) Classes BooleanFilter and FilterClause missing in 2.2

2010-04-03 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2363?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler closed LUCENE-2363. - > Classes BooleanFilter and FilterClause missing in 2.2 > --

Re: Incremental Field Updates

2010-04-03 Thread Michael McCandless
On Sat, Apr 3, 2010 at 1:25 AM, Babak Farhang wrote: >> I think they get merged in by the merger, ideally in the background. > > That sounds sensible. (In other words, we wont concern ourselves with > roll backs--something possible while a "layer" is still around.) Actually roll backs would still

[jira] Commented: (LUCENE-2361) OutOfMemoryException while Indexing

2010-04-03 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12853110#action_12853110 ] Michael McCandless commented on LUCENE-2361: Can you share some details on how

Re: [jira] Commented: (LUCENE-2361) OutOfMemoryException while Indexing

2010-04-03 Thread Lars Grote
Hi, are you loading a lot of Classes? I've seen this error "PermGem" when having a huge classpath. As far as I know GC is not cleaning this part of Memory. You can tweak the size like this: -XX:PermSize=64M -XX:MaxPermSize=128M Not sure if this helps in anyway. Regards Lars On Sat, Apr 3, 2010

[jira] Commented: (LUCENE-2362) Add support for slow filters with batch processing

2010-04-03 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12853111#action_12853111 ] Michael McCandless commented on LUCENE-2362: I think in general Lucene should

[jira] Commented: (LUCENE-2362) Add support for slow filters with batch processing

2010-04-03 Thread Sergey Vladimirov (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12853114#action_12853114 ] Sergey Vladimirov commented on LUCENE-2362: --- Michael, I'm sorry, i don't unders

[jira] Commented: (LUCENE-2362) Add support for slow filters with batch processing

2010-04-03 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12853119#action_12853119 ] Michael McCandless commented on LUCENE-2362: But that's a big problem -- most

[jira] Commented: (LUCENE-2359) CartesianPolyFilterBuilder doesn't handle edge case around the 180 meridian

2010-04-03 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12853121#action_12853121 ] Grant Ingersoll commented on LUCENE-2359: - Nicolas, How does this compare to what

[jira] Commented: (LUCENE-2362) Add support for slow filters with batch processing

2010-04-03 Thread Sergey Vladimirov (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12853122#action_12853122 ] Sergey Vladimirov commented on LUCENE-2362: --- Michael, I got it, thanks for noti

[jira] Updated: (LUCENE-2362) Add support for slow filters with batch processing

2010-04-03 Thread Sergey Vladimirov (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2362?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Vladimirov updated LUCENE-2362: -- Attachment: IndexSearcherImpl.java ScorerProxy.java Update the example

[jira] Updated: (LUCENE-2362) Add support for slow filters with batch processing

2010-04-03 Thread Sergey Vladimirov (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2362?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Vladimirov updated LUCENE-2362: -- Attachment: (was: IndexSearcherImpl.java) > Add support for slow filters with batc

[jira] Updated: (LUCENE-2362) Add support for slow filters with batch processing

2010-04-03 Thread Sergey Vladimirov (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2362?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Vladimirov updated LUCENE-2362: -- Attachment: (was: IndexSearcherImpl.java) > Add support for slow filters with batc

[jira] Updated: (LUCENE-2362) Add support for slow filters with batch processing

2010-04-03 Thread Sergey Vladimirov (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2362?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Vladimirov updated LUCENE-2362: -- Attachment: (was: ScorerProxy.java) > Add support for slow filters with batch proc

[jira] Updated: (LUCENE-2362) Add support for slow filters with batch processing

2010-04-03 Thread Sergey Vladimirov (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2362?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Vladimirov updated LUCENE-2362: -- Attachment: IndexSearcherImpl.java We can't reset Scorer, but we can obtain a new one.

Re: Parallel tests in Benchmark

2010-04-03 Thread Shai Erera
Ok let's do that (add runsequential to benchmark and all the rest). If I'll run into this elsewhere as well I will report and we can talk then about trying to find a solution for this. If it's just benchmark then I think we'll be ok. Shai On Thursday, April 1, 2010, Robert Muir wrote: > On Thu,

Re: Landing the flex branch

2010-04-03 Thread Shai Erera
bq. Try a merge back: This would let flex appear as a single commit to trunk, so the history of trunk would be preserved. +1 for that - I think the history of trunk is important to preserve. And there is also a way to ask for flex's history so everybody win? Shai On Thursday, April 1, 2010, Uwe

[jira] Updated: (LUCENE-2359) CartesianPolyFilterBuilder doesn't handle edge case around the 180 meridian

2010-04-03 Thread Nicolas Helleringer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicolas Helleringer updated LUCENE-2359: Attachment: LUCENE-2359.patch Here is the re worked patch, sorry for the formattin

[jira] Commented: (LUCENE-2361) OutOfMemoryException while Indexing

2010-04-03 Thread Shivender Devarakonda (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12853154#action_12853154 ] Shivender Devarakonda commented on LUCENE-2361: --- Thanks for helping us on th

[jira] Issue Comment Edited: (LUCENE-2361) OutOfMemoryException while Indexing

2010-04-03 Thread Shivender Devarakonda (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12853154#action_12853154 ] Shivender Devarakonda edited comment on LUCENE-2361 at 4/3/10 4:26 PM: -

[jira] Commented: (LUCENE-2359) CartesianPolyFilterBuilder doesn't handle edge case around the 180 meridian

2010-04-03 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12853156#action_12853156 ] Grant Ingersoll commented on LUCENE-2359: - bq. handles East AND West tiles when cl

[jira] Commented: (LUCENE-2359) CartesianPolyFilterBuilder doesn't handle edge case around the 180 meridian

2010-04-03 Thread Nicolas Helleringer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12853162#action_12853162 ] Nicolas Helleringer commented on LUCENE-2359: - {code} if (longUpperRight <

[jira] Commented: (LUCENE-2359) CartesianPolyFilterBuilder doesn't handle edge case around the 180 meridian

2010-04-03 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12853164#action_12853164 ] Grant Ingersoll commented on LUCENE-2359: - AFAICT, that is covered by the current

[jira] Commented: (LUCENE-2359) CartesianPolyFilterBuilder doesn't handle edge case around the 180 meridian

2010-04-03 Thread Nicolas Helleringer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12853166#action_12853166 ] Nicolas Helleringer commented on LUCENE-2359: - Re checked and you are right.

[jira] Issue Comment Edited: (LUCENE-2359) CartesianPolyFilterBuilder doesn't handle edge case around the 180 meridian

2010-04-03 Thread Nicolas Helleringer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12853166#action_12853166 ] Nicolas Helleringer edited comment on LUCENE-2359 at 4/3/10 5:21 PM: ---

[jira] Commented: (LUCENE-2361) OutOfMemoryException while Indexing

2010-04-03 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12853186#action_12853186 ] Michael McCandless commented on LUCENE-2361: OK, thanks. Is batchSize always

[jira] Commented: (LUCENE-2361) OutOfMemoryException while Indexing

2010-04-03 Thread Shivender Devarakonda (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12853209#action_12853209 ] Shivender Devarakonda commented on LUCENE-2361: --- 1 - Yes it is 100. 2 - I a