I am storing DOB in MySQL DB and while indexing data in SOLR I want to calculate age in years and store it another field
Is there a way to do this.
I can calculate the age when the user first registers and enters the DOB but then there is no way for me to know to update the age of a user every year.
Can you suggest me ways to do this if the doing it while indexing is not the right approach
Thanks