Re: multivalued coordinate for geospatial search

2016-10-13 Thread Emir Arnautovic
Hi Chris, In order to make it work you have to concatenate lat/lon before it reaches indexing. You can do that by using processor chain and adding ConcatFieldUpdateProcessorFactory. Emir On 12.10.2016 11:26, Chris Chris wrote: Hello solr users! I am trying to use geospatial to do some bas

multivalued coordinate for geospatial search

2016-10-12 Thread Chris Chris
Hello solr users! I am trying to use geospatial to do some basic distance search in Solr4.10 At the moment, I got it working if I have just on set of coordinate (latitude,longitude) per document. However, I need to get it to work when I have an unknown numbers of set of coordinates per document: