schema - Solr calculate last day of month -
i building solr index data has date need calculate field if date last day of month?
i prefer if can @ query time, tried few things unsuccessfully ideas
if mean 'a field says if date in field last day of month', makes more sense @ index time:
- it more performant, index boolean, , no calculation needs happen @ query time, matching it
- you have several of ways compute it: @ client side (the easiest), in updaterequestprocessor, tansformer if doing dih, maybe crazy regex can in copyfield...
Comments
Post a Comment