Can anyone of you please suggest some solution for the following questions?
What is the correct format of if query in solr. I want to check if a particular fieldvalue is greater than a constant For ex: if((field1>0), field1, field2) is this possible in solr? and also can we do the same with date field. by comparing two dates?