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 957A0F37E for ; Fri, 12 Dec 2014 14:28:24 +0000 (UTC) Received: (qmail 81767 invoked by uid 500); 12 Dec 2014 14:28:20 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 81696 invoked by uid 500); 12 Dec 2014 14:28:20 -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 81683 invoked by uid 99); 12 Dec 2014 14:28:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Dec 2014 14:28:19 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of elyograg@elyograg.org designates 166.70.79.219 as permitted sender) Received: from [166.70.79.219] (HELO frodo.elyograg.org) (166.70.79.219) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Dec 2014 14:28:15 +0000 Received: from localhost (localhost [127.0.0.1]) by frodo.elyograg.org (Postfix) with ESMTP id A3760A744 for ; Fri, 12 Dec 2014 07:27:33 -0700 (MST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=elyograg.org; h= content-transfer-encoding:content-type:content-type:in-reply-to :references:subject:subject:mime-version:user-agent:from:from :date:date:message-id:received:received; s=mail; t=1418394453; bh=QOpQrJQuYYSLDkI0x9ECz6dwPifaSUpu7ll4WLA0WyE=; b=RE1n16h9JHRT nBm03Ri7iJVSMzxOJ/EUZrZsc1OrNuG1Oytwv0OHMTZp804sXpC/kIN039EQY0Ix nM+DjGDWa5ifeUyTirBOl3fX6WwSWgD/Ap45hnSIiVMEGZ6StO+7W/xBorb/NQYF 6LLffuWTq6fnclggHWrbeoCcN5dJews= X-Virus-Scanned: Debian amavisd-new at frodo.elyograg.org Received: from frodo.elyograg.org ([127.0.0.1]) by localhost (frodo.elyograg.org [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id i1Uv-vwlR0gU for ; Fri, 12 Dec 2014 07:27:33 -0700 (MST) Received: from [192.168.1.102] (102.int.elyograg.org [192.168.1.102]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: elyograg@elyograg.org) by frodo.elyograg.org (Postfix) with ESMTPSA id 4E26DA741 for ; Fri, 12 Dec 2014 07:27:33 -0700 (MST) Message-ID: <548AFB53.2080500@elyograg.org> Date: Fri, 12 Dec 2014 07:27:31 -0700 From: Shawn Heisey User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: solr-user@lucene.apache.org Subject: Re: Details on why ConccurentUpdateSolrServer is reccommended for maximum index performance References: <5489C40F.3030005@appinions.com> <548A52C8.9090004@elyograg.org> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On 12/12/2014 3:49 AM, Michael Della Bitta wrote: > I seem to remember being able to do something about errors with the > handleError method, but I must have had to do it in a custom subclass to > actually have visibility into what exactly went wrong. Although it may be possible to override the handleError method, I have not been able to come up with an overridden method that would do anything reasonable ... and nobody has ever shown me such a method. If anyone can write a method to do this, we need to document it. Thanks, Shawn