Hi All, In solr 4 , we had a date field and in schema, fieldType name = date and class ="solr.*TrieDateField*" when moving to solr8, we changed the class to solr.*DatePointField*.
Now while filtering using solr4, the effective_date_dt : [* TO 2022-03-21T15:59:999z] works but in solr8 the same throws DateTimeParseException - Invalid Date in Date Math String Kindly let me know, if we can use range while using date point field, or we need to use a different approach *Thanks,* *Reej*
