What are the general schools of thought on how to update an index?
I have a medium volume OLTP SaaS system. I think my options are: 1) Run the DIH delta-query every minutes to pull in changes 2) Use "Update" events on the app to asynchronously create a bean that represents my solr doc, then use SolrJ to add/update the doc. Are there any other options. Any advice from the veterans who have been down this road before? Thank you. -- Sincerely, David Webb