What would happen if you sorted by vote? Perhaps within ranges of scores? There's a thread in the list in response to a post I made about "buckets" that might be relevant....
Otherwise, you might think about boosting the relevant parts of the document at *index* time based on the value of vote.... Erick On 9/5/07, Adam Ruggles <[EMAIL PROTECTED]> wrote: > > > I'm trying to find a query that would boost a document based on a field in > the document. > > I have a simple index with title, description, date, ... I also have a > field > called vote. I want items that have been voted higher to be ranked as > higher in the search results. Is there a query and or filter I could use > to > accomplish this? > -- > View this message in context: > http://www.nabble.com/How-to-boost-a-document-based-on-a-field-in-the-document-tf4384816.html#a12500483 > Sent from the Lucene - Java Users mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
