Searching for date range or null/no field in Solr [duplicate]
The solution from Mauricio Scheffer worked for me until I’ve included it into full query. The query itself may contain up to three fields with ranges and somewhere in the middle Solr failed to process it. I have managed to solve it with next query: (myfield:[start TO finish] OR (*:* NOT myfield:[* TO *])) It … Read more