Re: embedded solr populating field of type LatLonType

2012-04-25 Thread Yonik Seeley
On Tue, Apr 24, 2012 at 4:05 PM, Jason Cunning wrote: > My question is, what is the AppropriateJavaType for populating a solr field > of type LatLonType? A String with both the lat and lon separated by a comma. Example: "12.34,56.78" -Yonik lucenerevolution.com - Lucene/Solr Open Source Search

embedded solr populating field of type LatLonType

2012-04-24 Thread Jason Cunning
Hi, I have a question concerning the spatial field type LatLonType and populating it via an embedded solr server in java. So far I've only ever had to index simple types like boolean, float, and string. This is the first complex type. So I'd like to use the following field definition for examp