How to boost a document based on a field in the document

2007-09-05 Thread Adam Ruggles
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

Re: How to boost a document based on a field in the document

2007-09-05 Thread Adam Ruggles
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

Re: How to boost a document based on a field in the document

2007-09-05 Thread Adam Ruggles
you want, negative votes should be do-able. Best Erick On 9/5/07, Adam Ruggles [EMAIL PROTECTED] wrote: Well a sort would remove the relevance portion of the query, which I really don't want to do. I tried using the ValueSourceQuery but it doesn't seem to be able to handle negative