Re: Access Document Score in Custom Function Query (ValueSource)

2011-11-03 Thread sangrish
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.

Re: Access Document Score in Custom Function Query (ValueSource)

2011-11-03 Thread Chris Hostetter
: 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.

Access Document Score in Custom Function Query (ValueSource)

2011-10-18 Thread sangrish
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.