Solr and MySQL, How to keep an updated index, and, is a DB even needed if it's simple?
问题 I'm a complete beginner with Solr, so bear with me. :) In my current project I have a very simple DB - just 1 table that contains 4 fields: id, name, subject, msg. The way I understand, every time a new record is added (or removed), I'd need to add that record to the index, essentially performing two operations: inserting the record into the DB and adding it to the index. Is this standard procedure, or is there a way to direct Solr to automatically reindex the DB table either at some interval