Hi, We implemented our own CustomScoreProvider which used BinaryDocValues to get data on each document and calculate a score for it, the CustomScoreProvider gets a docId and could easily be used with the BinaryDocValues methods when use lucene < 7.
We want to move to a newer version and see the BinaryDocValues changed and not sure what is the right implementation to achieve the same things using the new API. Couldn't find any example of such a code searching google / github. Any help or link to an example will be great. Thanks, Ami -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html