Re: FunctionQuery in a custom request handler

2008-03-25 Thread Chris Hostetter
: It worked, but the problem is that I fail to get a decent ration between my : "other_queries" and "timebias". I would like to keep timebias at ~15% max : (for totally fresh docs), kind of dropping to nothing at ~one week olds. : Adding to BooleanQuery sums the subquery scores, so I guess there's

Re: FunctionQuery in a custom request handler

2008-03-20 Thread evol__
ce implementaion). > > > -Hoss > > > -- View this message in context: http://www.nabble.com/FunctionQuery-in-a-custom-request-handler-tp14838957p16186230.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: FunctionQuery in a custom request handler

2008-01-16 Thread Chris Hostetter
: 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. The FieldType API provides a getValueSource method (so every FieldType picks it's own best ValueSource implementaion). -Hoss

FunctionQuery in a custom request handler

2008-01-15 Thread evol__
text: http://www.nabble.com/FunctionQuery-in-a-custom-request-handler-tp14838957p14838957.html Sent from the Solr - User mailing list archive at Nabble.com.