I think that perhaps something along PointType or
IntPointField/FloatPointField would be the right answer to store
things:
https://lucene.apache.org/solr/guide/7_3/field-types-included-with-solr.html
On the other hand, I am not sure what "searching similar vectors" mean
for you, I suspect there a
Jason
One way is simply to use a multi value field. But this is not officially a
vector, and the order might not be guaranteed. I suspect you can just post a
document with the values, and see them in order.
Search for a single value would not be very useful.
Another way is to choose a textual