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:

  1. it more performant, index boolean, , no calculation needs happen @ query time, matching it
  2. you have several of ways compute it: @ client side (the easiest), in updaterequestprocessor, tansformer if doing dih, maybe crazy regex can in copyfield...

Comments

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -