Is there a way to perform exact k-NN search of dense vectors with Solr?
11:11 05 Jan 2026

I have read the official Solr documentation on Dense Vector Search and searched on Google but it appears as though there is no way to perform an exact k-NN search on an index. I understand that the performance is significantly worse but I wanted to do an evaluation and see how well the approximate approach works, am I missing something? If anyone has some experience with this please let me know. The help would be greatly appreciated!

java solr