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:
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
> 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
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
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
Hi Guys,
Can you Please tell me where to get login details for Luke
Thanks
Nagesh
[
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
[
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
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