Hi I am using solr 3.3 and solrJ. I have two date fields launch_date and expiry_date. Now i want to be able to do a search for products that have not expired. So basically i want to select products with launch_date < today AND expiry_date > Today. Any pointers on how i can formulate such a query to Solr?
Thanks.