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.
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