Hi, I'm experiencing a really poor performance when using date ranges in solr query. Is it a know issue? is there any special consideration when using date ranges? It seems weird because I always thought date dates are translated to strings, so internally lucene resolves everything the same way. So maybe the problem is with parsing the dates and traslating it to the internal value? Any suggestion?
Thanks!