On Sat, Jul 11, 2009 at 11:25 PM, Michael Lugassy <mlu...@gmail.com> wrote:

> Hi guys --
>
> Using solr 1.4 functions at query-time, can I dynamically boost
> certain documents which are: a) not on the same range, i.e. have very
> different document ids,


Yes.


> b) have different boost values,


Yes.


> c) part of a
> long list (can be around 1,000 different document ids with 50
> different boost values)?
>

That will be one big query. You may run into "maxBooleanClauses" limit. I
believe the default is 1024 clauses. Although the limit can be increased in
solrconfig.xml, your queries may become too slow if you add so many clauses.


-- 
Regards,
Shalin Shekhar Mangar.

Reply via email to