When customizing scoring beyond what's available in the Query API, there's
a couple of layers you can work in
1. Create a Solr query parser -- not too hard, just requires very light
Java/Lucene skills. This involves taking a query string and query params
from Solr and digesting them into Lucene qu
Hello,
I'm using solr and indexing vectors into fields.
In some cases when I search for documents I want to do it based on the
fields containing the vector.
I have an algorithm which defines a score to the document.
The document's score is based on vector multiplication and on an input
vector give