Hi,I am working on a prototyope where i have a content source & i am indexing all documents & strore the index in solr.Now i have pre-condition that my content source is ever changing means there is always new content added to it. As i have read that solr use to do indexing on full source only everytime solr is asked for indexing.But this may lead to underutilization of reosources as same documents are getting reindexed again & again.Is there any approach to handle such scenarios. E.g. I have 10000 documents in my source which have been indexed by solr till today. But next day my source has 11000 documents. So i want to i ndex only new 1000 documents not all 11000. Can anybody suggest for this?Thanks in advance.
-- View this message in context: http://lucene.472066.n3.nabble.com/Solr-delta-indexing-approach-tp4117068.html Sent from the Solr - User mailing list archive at Nabble.com.