, 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
Hello Jim,
By the way, using GeohashPrefixTree.getMaxLevelsPossible() is usually an
extreme choice. Instead you probably want to choose only as many levels needed
for your distance tolerance. See SpatialPrefixTreeFactory which you can use
outright or borrow the code it uses.
Looking at your