Hi, I have the following situation. I have two feeds into my SOLR:
1. XML file containing around 30,000 entries, likely to be changing significantly each day, only changing once every 24 hours 2. A SQL database containing around 30 entries, only 1-2 new entries each day, but important to be indexed close to real time. So, for the XML its easy, just update this index once a day. For the database, should I have it incrementally reindexed into SOLR in real time, or do it every hour or two? Realtime is better, but I dont know how much strain this would put on my server. If its an incremental update surely not too much? Thanks for any help you can give :) James -- View this message in context: http://lucene.472066.n3.nabble.com/Indexing-new-documents-Real-time-or-hourly-tp3983582.html Sent from the Solr - User mailing list archive at Nabble.com.