Hi Benedetti Alessandro, Thanks for your comments. In our application, Solr search is used in multiple places. With respect to using a middle layer, our online requests go through the search API (Middle layer) which is built on top of solr, whereas the editorial tool, along with few other custom tools directly contact Solr.
Hence instead of implementing the partial date search in multiple frontends, I have implemented a SearchComponent which would parse the incoming query, identify data fields out of it, take the partial date value and construct full UTC date out of it and send the query to search the underlying index. Thanks, Sriram -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-partial-date-range-search-tp4253226p4253973.html Sent from the Solr - User mailing list archive at Nabble.com.