Re: Reducing the boost for a particular Term

2006-07-10 Thread Chris Hostetter
: particular author using the query. That is for documents returned by : querying: (content:"miracle cure"), I would like to reduce the : relevancy of authorid:3024 : +(content:"miracle cure") +(authorid:3024^0.5 ((-authorid:3024))^10.0) : => The boosted optional prohibited term seems to have no e

Reducing the boost for a particular Term

2006-07-10 Thread Chun Wei Ho
I have a index from which I have a number of documents from authors, but would like to drop the relevance/score for documents from one particular author using the query. That is for documents returned by querying: (content:"miracle cure"), I would like to reduce the relevancy of authorid:3024 How