Re: How to Query to Solr for comparing two dates in solr

2014-06-13 Thread Chris Hostetter
: I think you'd have to get creative with function queries. The trick is You don't have to get *very* creative... : > I want to retrieve all docs or records from solr where updateDate >= : > appliedDate OR appliedDate == null Pretty sure all you need is... fq={!frange l=0}ms(updateDat

Re: How to Query to Solr for comparing two dates in solr

2014-06-13 Thread Erick Erickson
lued="false"/> > required="true" multiValued="false"/> > required="true" multiValued="false"/> > required="true" multiValued="false"/> > required="false" multiValued="false"/> > > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/How-to-Query-to-Solr-for-comparing-two-dates-in-solr-tp4141611.html > Sent from the Solr - User mailing list archive at Nabble.com.

How to Query to Solr for comparing two dates in solr

2014-06-13 Thread Pbbhoge
can assume relational Query like Retrieve all the records from reference data where updateDate >= appliedDate OR appliedDate == null My schema is as follows -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-Query-to-Solr-for-comparing-two-dates-i