Hi, I am having a column called 'lastUpdate' in my solr which will contain last updated date. Now i want fetch last 24 lastupdated dates from that column. How to do this??? Querying the solr server with the following URL fetches me the result , http://localhost/solr/MC_10701_catalogEntry/q=lastUpdate:{* TO NOW}&sort=lastUpdate desc
This URL will fetch the lastupdated date in descending order. Now I want only last 24 records to be fetched. Is there any function in solr to do this?? Plz Help me.. Thanks in advance. -- View this message in context: http://lucene.472066.n3.nabble.com/Fetching-the-date-based-on-lastupdate-tp4040564.html Sent from the Solr - User mailing list archive at Nabble.com.