Upgrade Solr
Upgrading Solr
Main work was to change spatial indexing to use WKT i.e POLYGON((12 34, 15 34, ...)) Had to change server and web Serverside: removed GeometryService as did not need to make into Solr spatial format SolrIndex was just sorted for ease of comparision with other indexing classes Clientside: had to change how client loaded and parsed spatial bounding boxes.
There is a lot of faff changes, java import reordering, deleting old fixture, moving files to other directories that needs to be ignored.