I’m using Lucence Solr (Lucid works ) for search to index and its a schema less search engine to index outlook files.
I have been using it since version 2.0.* and have an issue with querying dates.
The older versions were mapping( date_created, mail from_date etc) to date datatype making date range queries easier.
After upgrading to version 3.0* all the date fields are mapped to text_general data type . All my queries for dates are failing.
Please help !!! Any helpful resources are greatly appreciated as I’m a newbie.
Thanks in advance