Hello,
I am currently querying solr for a "*primarysection*" which will
return documents like - *q=primarysection:(Politics* OR
Nation*)&fq=contenttype:("Blog" OR "Photo Gallery) pubdatetime:[NOW-3MONTHS
TO NOW]"*. Each document has several fields of which I am most interested in
single valued field called "*source*" ...I want to boost documents which
contain "*source*" value say "Associated Press" OR "BBC" and also by newer
documents. The returned documents may have several other source values other
than "BBC" or "Associated Press". since I specifically don't query on these
source values I am not sure how I can boost them, Iam using *
StandardRequestHandler*