2008/3/20 李银松 <[EMAIL PROTECTED]>:

> 1、When I set fl=score ,solr returns just as fl=*,score ,not just scores
> Is it a bug or just do it on purpose?


u can set fl=id,score, solr not support the style like fl=score


> My customer want to get the 10000th-10010th added docs
> So I have to sort by timestamp, to get top10010 docs' timestamp ……


 limit 10000, 10010 order by timestamp?


-- 
regards
j.L

Reply via email to