Hi, Can you sort on the timestamp field (descending) and take only the top most row (rows=1)?
Or are you saying that you want a query such that it matches only the most recent one? On Thu, Jan 10, 2013 at 5:27 PM, jmozah <jmo...@gmail.com> wrote: > > HI > > I use solr 4.0 and have documents which have a timestamp field. > > For a given query i know how to boost the latest documents and show them > up first. > > But I have a requirement to show **only** the latest documents and the > "stats" along with it.. > > If i use boosting..the older documents still make it to the query and > therefore contribute to the stats... > > Can anyone tell me how to get **only** the latest dated document? > > PS: the latest date can be Today, yesterday.. anything int eh past.. so > date based range filter would not help here.. > > ./zahoor > > -- Regards Naresh