: 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
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.
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