Hi Solr community, My immediate task at hand is to load lienshape data into Solr (the lineshape data is a set of points on a curve in form of lat. + long. coordinates). The data sits in a SQL Server 2012 table. Extracting the data to a flat file is impossible as it is becoming binary (not readable).
The other columns have streets, points of interest, etc.. The end result of the undertaking would be a query to Solr to locate an address based on lat+long. Any hints/tips are welcome! Thank you! Regards, Arthur