[jira] Commented: (LUCENE-1815) Geohash encode/decode floating point problems

2009-12-08 Thread patrick o'leary (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1815?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12787934#action_12787934 ] patrick o'leary commented on LUCENE-1815: - What google code are you wor

[jira] Commented: (LUCENE-1571) DistanceFilter problem with deleted documents

2009-06-14 Thread patrick o'leary (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1571?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12719272#action_12719272 ] patrick o'leary commented on LUCENE-1571: - patch looks good to me, tes

Re: ReadOnlyMultiSegmentReader bitset id vs doc id

2009-04-28 Thread patrick o'leary
; ... } } nextOffset += offset; ... } K, works time for sleep P On Tue, Apr 28, 2009 at 5:44 PM, patrick o'leary wrote: > Think I may have found it, it was multiple runs of the filter, one for each > segment reader, I was generating a new map to hold distances each time. So > only the dist

Re: ReadOnlyMultiSegmentReader bitset id vs doc id

2009-04-28 Thread patrick o'leary
es not work correctly? > > > > - > Uwe Schindler > H.-H.-Meier-Allee 63, D-28213 Bremen > http://www.thetaphi.de > eMail: u...@thetaphi.de > ---------- > > *From:* patrick o'leary [mailto:pj...@pjaol.com] > *Sent:* Tuesday, April

ReadOnlyMultiSegmentReader bitset id vs doc id

2009-04-28 Thread patrick o'leary
hey I've got a filter that's storing document id's with a geo distance for spatial lucene using a bitset position for doc id, However with a MultiSegmentReader that's no longer going to working. What's the most appropriate way to go from bitset position to doc id now? Thanks Patrick

Re: Spatial package plans

2009-04-22 Thread patrick o'leary
Free world, help yourself :-) On Wed, Apr 22, 2009 at 6:39 PM, Wouter Heijke wrote: > The amount of replies and the state of the code make me think making my > own distance filter using a real GIS solution like geotools is the way to > go. > I wonder anyway if GIS code should be in any Lucene pa

Re: Spatial package plans

2009-04-20 Thread patrick o'leary
Yeah it's hard coded to use miles, 5 years in the US gets to you.. But the functionality doesn't change radius is double so you just need to convert km to miles for the DistanceQueryBuilder and just convert back from miles to km to display. On Mon, Apr 20, 2009 at 8:14 AM, Wouter Heijke wrote: >

[jira] Updated: (LUCENE-1588) Update Spatial Lucene sort to use FieldComparatorSource

2009-04-06 Thread patrick o'leary (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1588?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] patrick o'leary updated LUCENE-1588: Attachment: LUCENE-1588.patch Deprecate DistanceSortSource an

[jira] Created: (LUCENE-1588) Update Spatial Lucene sort to use FieldComparatorSource

2009-04-06 Thread patrick o'leary (JIRA)
Components: contrib/spatial Affects Versions: 2.9 Reporter: patrick o'leary Assignee: patrick o'leary Priority: Trivial Fix For: 2.9 Update distance sorting to use FieldComparator sorting as opposed to SortComparator -- This

Re: List Moderators

2009-03-26 Thread patrick o'leary
Is it also worth while to check if a static signature can be added to mails with instructions Or a link to the apache mail instructions? It will reduce a lot of repeat questions. On Thu, Mar 26, 2009 at 2:46 PM, Chris Hostetter wrote: > > : Every now and again, someone emails me off list asking

[jira] Closed: (LUCENE-1568) Fix for NPE's in Spatial Lucene for searching bounding box only

2009-03-20 Thread patrick o'leary (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] patrick o'leary closed LUCENE-1568. --- resolved > Fix for NPE's in Spatial Lucene for searching boun

[jira] Resolved: (LUCENE-1568) Fix for NPE's in Spatial Lucene for searching bounding box only

2009-03-20 Thread patrick o'leary (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] patrick o'leary resolved LUCENE-1568. - Resolution: Fixed committed > Fix for NPE's in Spatial Lucene for searc

[jira] Commented: (LUCENE-1568) Fix for NPE's in Spatial Lucene for searching bounding box only

2009-03-20 Thread patrick o'leary (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12683951#action_12683951 ] patrick o'leary commented on LUCENE-1568: - If nobody objects I'

[jira] Updated: (LUCENE-1568) Fix for NPE's in Spatial Lucene for searching bounding box only

2009-03-20 Thread patrick o'leary (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] patrick o'leary updated LUCENE-1568: Attachment: LUCENE-1568.patch Fixes an NPE when using DistanceQueryBuilder for

[jira] Created: (LUCENE-1568) Fix for NPE's in Spatial Lucene for searching bounding box only

2009-03-20 Thread patrick o'leary (JIRA)
: Bug Components: contrib/spatial Reporter: patrick o'leary Assignee: patrick o'leary Priority: Minor NPE occurs when using DistanceQueryBuilder for minimal bounding box search without the distance filter. -- This message is automatically ge

Committed revision 735928.

2009-01-19 Thread patrick o'leary
/whoweare.html (working copy) @@ -285,6 +285,9 @@ Wolfgang Hoschek (whosc...@...) +Patrick O'Leary (pj...@...) + + Uwe Schindler (uschind...@...) @@ -300,7 +303,7 @@ - + Emeritus Committers scootie:site pjaol$ svn diff src/documentation/content/xdocs/whoweare.xml

[jira] Updated: (LUCENE-1512) Incorporate GeoHash in contrib/spatial

2009-01-07 Thread patrick o'leary (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1512?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] patrick o'leary updated LUCENE-1512: Attachment: LUCENE-1512.patch Made necessary changes * Formatting fixed * Re

[jira] Updated: (LUCENE-1512) Incorporate GeoHash in contrib/spatial

2009-01-06 Thread patrick o'leary (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1512?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] patrick o'leary updated LUCENE-1512: Attachment: LUCENE-1512.patch spatial-lucene GeoHash implementation based on

[jira] Created: (LUCENE-1512) Incorporate GeoHash in contrib/spatial

2009-01-06 Thread patrick o'leary (JIRA)
Reporter: patrick o'leary Priority: Minor Based on comments from Yonik and Ryan in SOLR-773 GeoHash provides the ability to store latitude / longitude values in a single field consistent hash field. Which elements the need to maintain 2 field caches for latitude / long

[jira] Commented: (LUCENE-1304) Memory Leak when using Custom Sort (i.e., DistanceSortSource) of LocalLucene with Lucene

2009-01-06 Thread patrick o'leary (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12661199#action_12661199 ] patrick o'leary commented on LUCENE-1304: - How will LUCENE-1483 im

[jira] Updated: (LUCENE-1504) SerialChainFilter should use DocSet API rather then deprecated BitSet API

2009-01-05 Thread patrick o'leary (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1504?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] patrick o'leary updated LUCENE-1504: Attachment: LUCENE-1504.patch Changed filter calls from bits to getDocIdSet

[jira] Updated: (LUCENE-1504) SerialChainFilter should use DocSet API rather then deprecated BitSet API

2009-01-05 Thread patrick o'leary (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1504?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] patrick o'leary updated LUCENE-1504: Attachment: LUCENE-1504.patch Moved both ISerialChainFilter and SerialChainFilt

Re: LocalLucene or GeoHash for spatial search ?

2008-12-29 Thread patrick o'leary
be better because the comparaison is done on one field only. What is your opinion about it ? Best regards Marc -- Patrick O'Leary AOL Local Search Technologies Phone: + 1 703 265 8763 You see, wire telegraph is a kind of a very, very long cat. You pull his tail in New York and his hea

[jira] Updated: (LUCENE-1387) Add LocalLucene

2008-12-18 Thread patrick o'leary (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] patrick o'leary updated LUCENE-1387: Attachment: spatial-lucene.zip Latest version of local / spatial lucene with

Re: solr NumberUtils to lucene?

2008-12-17 Thread patrick o'leary
..@lucene.apache.org -- Patrick O'Leary AOL Local Search Technologies Phone: + 1 703 265 8763 You see, wire telegraph is a kind of a very, very long cat. You pull his tail in New York and his head is meowing in Los Angeles. Do you understand this? And radio operates exactly the same way: you send s

Re: [Fwd: Re: 2.9, 3.0 and deprecation]

2008-12-16 Thread patrick o'leary
mands, e-mail: java-dev-h...@lucene.apache.org -- Patrick O'Leary AOL Local Search Technologies Phone: + 1 703 265 8763 You see, wire telegraph is a kind of a very, very long cat. You pull his tail in New York and his head is meowing in Los Angeles. Do you understand this? And radio oper

Re: [Fwd: Re: 2.9, 3.0 and deprecation]

2008-12-15 Thread patrick o'leary
M - University of Bremen Room 2500, Leobener Str., D-28359 Bremen Tel.: +49 421 218 65595 Fax:  +49 421 218 65505 http://www.pangaea.de/ E-mail: uschind...@pangaea.de From: patrick o'leary [mailto:polear...@aol.com] Sent: Monday, December 15, 2008 9:14 PM To: java-d

Re: [Fwd: Re: 2.9, 3.0 and deprecation]

2008-12-15 Thread patrick o'leary
fore 2.9, and I'd like to spend time doing so (after / with LUCENE-1483). Mike --------- To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org For additional commands, e-mail: java-dev-h...@lucene.apache.

[jira] Commented: (LUCENE-1387) Add LocalLucene

2008-09-22 Thread patrick o'leary (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12633276#action_12633276 ] patrick o'leary commented on LUCENE-1387: - Yeah, the tests numbers