Has anyone written a Solr function which will reformat Solr's ISO8601 Date fields and could be used to generate pseudo-fields in search results ?
I am converting existing appplications that have baked-in assumptions that dates are in the format yyyy-mm-dd to use Solr, and tracking down every place where a date format conversion is needed is proving painful indeed ;=( My thought is to write a custom function of the form datereformatter(<date_field_name>, <format_string>) but I thought I'd check if it's already been done or if someone can suggest a better approach. regards -Simon