Hi all, I'm trying to have a date field automatically generate some facets of itself, like hour of the day and hour of the week as examples, when its stored. I was looking at this tutorial and it deemed to almost do what I wanted
https://nathanfriend.io/2017/06/26/smart-date-searching-with-solr.html I was wondering if there was a way to use these filters and tokenizers to generate values for different fields. Maybe in conjunction with a copyfield? I'd like it to work whenever a *_c (calendar) field is indexed it also indexes the hour of the day (hod_d) and hor of week (how_d) fields as well. Any thoughts? Thanks!