I am trying to create a plugin for solr that will enable indexing 3d models. I will take 'screenshots' of each model from several different views and preprocess those images so they'll be represented in 1d vector.
I wanted to use lucene/solr Geospatial search for that purpose, as I saw there is an option to index a vector (larger than 2 dims) and search according to distance form the vector (according to location).
Unfortunately the documentation for this option disappeared last week and it isn't cached in google.
How can I index a location vector with dimension > 2?
The link for the documentation was here: https://wiki.apache.org/solr
And I found it from here: https://lucene.apache.org/solr/guide/6_6/spatial-search.html#SpatialSearch-LatLonPointSpatialField