, David W. [mailto:dsmi...@mitre.org]
Sent: Wednesday, February 12, 2014 3:07 PM
To: Beale, Jim (US-KOP);
solr-user@lucene.apache.org<mailto:solr-user@lucene.apache.org>
Subject: Re: Indexing spatial fields into SolrCloud (HTTP)
That’s pretty weird. It appears that somehow a Spatial4j Poi
2, 2014 3:07 PM
To: Beale, Jim (US-KOP); solr-user@lucene.apache.org
Subject: Re: Indexing spatial fields into SolrCloud (HTTP)
That’s pretty weird. It appears that somehow a Spatial4j Point class is having
it’s toString() called on it (which looks like "Pt(x=-72.544123,y=41.85)" )
544123,y=41.85).
Version mismatch?
Thanks in advance for your help!
Jim Beale
From: Smiley, David W. [mailto:dsmi...@mitre.org]
Sent: Monday, January 13, 2014 11:30 AM
To: Beale, Jim (US-KOP);
solr-user@lucene.apache.org<mailto:solr-user@lucene.apache.org>
m Beale
From: Smiley, David W. [mailto:dsmi...@mitre.org]
Sent: Monday, January 13, 2014 11:30 AM
To: Beale, Jim (US-KOP); solr-user@lucene.apache.org
Subject: Re: Indexing spatial fields into SolrCloud (HTTP)
Hello Jim,
By the way, using GeohashPrefixTree.getMaxLevelsPossible() is usually an
ry 13, 2014 11:30 AM
To: Beale, Jim (US-KOP); solr-user@lucene.apache.org
Subject: Re: Indexing spatial fields into SolrCloud (HTTP)
Hello Jim,
By the way, using GeohashPrefixTree.getMaxLevelsPossible() is usually an
extreme choice. Instead you probably want to choose only as many levels needed
;Smiley, David W." mailto:dsmi...@mitre.org>>
Subject: Indexing spatial fields into SolrCloud (HTTP)
I am porting an application from Lucene to Solr which makes use of spatial4j
for distance searches. The Lucene version works correctly but I am having a
problem getting the
I am porting an application from Lucene to Solr which makes use of spatial4j
for distance searches. The Lucene version works correctly but I am having a
problem getting the Solr version to work in the same way.
Lucene version:
SpatialContext geoSpatialCtx = SpatialContext.GEO;
geoSpati