Hi,
I was searching for features in Solr which would give me the maximum and minimum values for various numeric and name fields. I found the Stats Component (Solr-680) and thanks a ton for that !!! J Is there a similar component for date fields too? I played a bit with the stats component but I could not get it to work with dates. Of course, converting the date to milliseconds and indexing it as long is an option but can the StatsComponent be extended or tampered with to return the max date and min date in the result set? Thanks, Kumar