Re: Indexing spatial fields into SolrCloud (HTTP)

2014-02-12 Thread Smiley, David W.
, 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

RE: Indexing spatial fields into SolrCloud (HTTP)

2014-02-12 Thread Beale, Jim (US-KOP)
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)" )

Re: Indexing spatial fields into SolrCloud (HTTP)

2014-02-12 Thread Smiley, David W.
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>

RE: Indexing spatial fields into SolrCloud (HTTP)

2014-02-12 Thread Beale, Jim (US-KOP)
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

RE: Indexing spatial fields into SolrCloud (HTTP)

2014-01-27 Thread Beale, Jim (US-KOP)
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

Re: Indexing spatial fields into SolrCloud (HTTP)

2014-01-13 Thread Smiley, David W.
;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

Indexing spatial fields into SolrCloud (HTTP)

2014-01-10 Thread Beale, Jim (US-KOP)
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