We index the data using queue (from application) and batch processing (around 10 million documents). We want the data sent by queue to be seen instantaneously even when delta process is submitting the documents. I was thinking of submitting documents from queue to a node and using another node for batch indexing but not sure if that would work in solrCloud. Is there a way to give priority to one update compared to other? if this is not possible, is there a way to implement this?
-- View this message in context: http://lucene.472066.n3.nabble.com/Is-there-a-way-to-prioritize-document-updates-when-using-solrCloud-tp4081334.html Sent from the Solr - User mailing list archive at Nabble.com.