Return-Path: X-Original-To: apmail-lucene-solr-user-archive@minotaur.apache.org Delivered-To: apmail-lucene-solr-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 25659EE35 for ; Thu, 31 Jan 2013 08:47:35 +0000 (UTC) Received: (qmail 91563 invoked by uid 500); 31 Jan 2013 08:47:31 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 91304 invoked by uid 500); 31 Jan 2013 08:47:31 -0000 Mailing-List: contact solr-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-user@lucene.apache.org Delivered-To: mailing list solr-user@lucene.apache.org Received: (qmail 91268 invoked by uid 99); 31 Jan 2013 08:47:29 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Jan 2013 08:47:29 +0000 X-ASF-Spam-Status: No, hits=2.3 required=5.0 tests=SPF_SOFTFAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: softfail (nike.apache.org: transitioning domain of yhlweb@sohu.com does not designate 216.139.236.26 as permitted sender) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Jan 2013 08:47:23 +0000 Received: from ben.nabble.com ([192.168.236.152]) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1U0pnR-00078k-3K for solr-user@lucene.apache.org; Thu, 31 Jan 2013 00:47:01 -0800 Date: Thu, 31 Jan 2013 00:47:01 -0800 (PST) From: andy To: solr-user@lucene.apache.org Message-ID: <1359622021096-4037641.post@n3.nabble.com> Subject: How to use SolrCloud in multi-threaded indexing MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi, I am going to upgrade to solr 4.1 from version 3.6, and I want to set up to shards. I use ConcurrentUpdateSolrServer to index the documents in solr3.6. I saw the api CloudSolrServer in 4.1,BUT 1:CloudSolrServer use the LBHttpSolrServer to issue requests,but "* LBHttpSolrServer should NOT be used for indexing *" documented in the api http://lucene.apache.org/solr/4_1_0/solr-solrj/index.html 2:it seems CloudSolrServer does not support multi thread indexing So, how to do multi-threaded indexing in solr 4.1? Thanks -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-use-SolrCloud-in-multi-threaded-indexing-tp4037641.html Sent from the Solr - User mailing list archive at Nabble.com.