I want to make a search for SOLR documents for a specific date.
I found doc page (https://cwiki.apache.org/confluence/display/solr/Working+with+Dates) that says I can just specify the date like 2016-11-23 and it should search for all documents on this specific date.
I also found a Stackoverflow question that states the same How to filter query in solr by date?
But when I try it in the SOLR update panel I always get "Invalid Date String:'2016-11-23'"
What I wanted to know now: is it possible to use the dates in this format without time or do I have to provide the whole datetime string always?