I'm trying to pull off a "time bias", "article freshness" thing - boosting
recent documents based on a "published_date" field. The reasonable way to do
this seems using a FunctionQuery.
But all the examples I find are for expressing this through the query
parser; I'd need to do this inside my custom, plugged request handler.

How do I access the ValueSource for my DateField? I'd like to use a
ReciprocalFloatFunction from inside the code, adding it aside others in the
main BooleanQuery.


Thanks for the replies.
David

-- 
View this message in context: 
http://www.nabble.com/FunctionQuery-in-a-custom-request-handler-tp14838957p14838957.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to