Hi I am using solr 4.9 and need to index million of documents from database. I am using DIH and sending request to fetch by ids. Is there a way to run multiple indexing threads, concurrently in DIH. I want to take advantage of <maxIndexingThreads> parameter. How do I do it. I am just invoking DIH handler using solrj HttpSolrServer. And issue requests sequentially. http://localhost:8983/solr/db/dataimport?command=full-import&clean=false&maxId=100&minId=1
http://localhost:8983/solr/db/dataimport?command=full-import&clean=false&maxId=201&minId=101 -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-4-9-Calling-DIH-concurrently-tp4183744.html Sent from the Solr - User mailing list archive at Nabble.com.