am worried it may slow
things down.
Comments?
Thanks
Sid
--
View this message in context:
http://lucene.472066.n3.nabble.com/Access-Document-Score-in-Custom-Function-Query-ValueSource-tp3432459p3478619.html
Sent from the Solr - User mailing list archive at Nabble.com.
: In this value source I compute another score for every document
: using some features. I want to access the score of the query myField^2
: (for a given document) in this same value source.
:
: Ideas?
your ValueSource can wrap the score from the other query using a
QueryValueSource.
myField^2
(for a given document) in this same value source.
Ideas?
Thanks
Sid
--
View this message in context:
http://lucene.472066.n3.nabble.com/Access-Document-Score-in-Custom-Function-Query-ValueSource-tp3432459p3432459.html
Sent from the Solr - User mailing list archive at Nabble.com.