http://www.lucidimagination.com/search/document/1f33fb9f68edee4c/date_range_query_where_doc_has_more_than_one_date_field
+launchDate:[* TO NOW/DAY] +expireDate:[NOW/DAY TO *]
: 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 sea
On Wed, Oct 12, 2011 at 10:55 PM, Kissue Kissue wrote:
> 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
> expi