[jira] Created: (LUCENE-1503) refactor spatial contrib "Filter" "Query" classes

2008-12-29 Thread Ryan McKinley (JIRA)
refactor spatial contrib "Filter" "Query" classes - Key: LUCENE-1503 URL: https://issues.apache.org/jira/browse/LUCENE-1503 Project: Lucene - Java Issue Type: Improvement Reporter:

Re: LocalLucene or GeoHash for spatial search ?

2008-12-29 Thread Ryan McKinley
geohash and the tier systems (local lucene) each have their place. Geohash is attractive since it simple and could slip into lucene easily. The tier system is more complex, but supports more accurate calculations and better behavior around the "edges" (even in New Zealand and London) I h

Re: Blob storage

2008-12-29 Thread Babak Farhang
> the thinking was that what's needed is a general interface/abstraction/API > for storing and loading field data to an external component Implementation pluggability is a sensible route to take. Let me speculate on how such an API might work; if I wander astray, do interrupt me. Consider loadi

Re: LocalLucene or GeoHash for spatial search ?

2008-12-29 Thread Robert Muir
guys figured i would pass this along: http://www.geospatialsemanticweb.com/2008/05/29/geohash-for-spatial-index-and-search one comment there makes me a little afraid to use geohash for spatial search: That doesn't work too well for London, which straddles 0 longitude–either side of 0 flips the MS

Re: LocalLucene or GeoHash for spatial search ?

2008-12-29 Thread patrick o'leary
Hey Marc LocalLucene has been rewritten since then to use a Cartesian grid for it's boundary box look ups http://www.nsshutdown.com/projects/lucene/whitepaper/locallucene_v2.html GeoHash is method of consistent hashing to produce an id where the length of the id gives way to the precision of

Where to get login details for Luke

2008-12-29 Thread NageswaraRao M
Hi Guys, Can you Please tell me where to get login details for Luke Thanks Nagesh

[jira] Assigned: (LUCENE-1502) CharArraySet behaves inconsistently in add(Object) and contains(Object)

2008-12-29 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless reassigned LUCENE-1502: -- Assignee: Michael McCandless > CharArraySet behaves inconsistently in add(Obje

[jira] Updated: (LUCENE-1502) CharArraySet behaves inconsistently in add(Object) and contains(Object)

2008-12-29 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera updated LUCENE-1502: --- Attachment: LUCENE-1502.patch Patch fixes CharArraySet and adds a test to TestCharArraySet. > CharA

[jira] Created: (LUCENE-1502) CharArraySet behaves inconsistently in add(Object) and contains(Object)

2008-12-29 Thread Shai Erera (JIRA)
CharArraySet behaves inconsistently in add(Object) and contains(Object) --- Key: LUCENE-1502 URL: https://issues.apache.org/jira/browse/LUCENE-1502 Project: Lucene - Java Is