Return-Path: Delivered-To: apmail-lucene-solr-user-archive@locus.apache.org Received: (qmail 21414 invoked from network); 7 Nov 2008 13:56:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Nov 2008 13:56:33 -0000 Received: (qmail 79715 invoked by uid 500); 7 Nov 2008 13:56:39 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 78787 invoked by uid 500); 7 Nov 2008 13:56:37 -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 78776 invoked by uid 99); 7 Nov 2008 13:56:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Nov 2008 05:56:37 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of yseeley@gmail.com designates 209.85.198.234 as permitted sender) Received: from [209.85.198.234] (HELO rv-out-0506.google.com) (209.85.198.234) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Nov 2008 13:55:20 +0000 Received: by rv-out-0506.google.com with SMTP id f6so1129395rvb.5 for ; Fri, 07 Nov 2008 05:55:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender :to:subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references :x-google-sender-auth; bh=eIXwZG4rtFndssLIrN3n8PI8zWRem4IM99QQk5zIZg8=; b=fUdU5H95U+CPcLxfYjJzplKfZHN4l20OtH2QZr1vmxjSLOgoOa4f+SLA5fimd7Gj02 yf5TYUATqMVc7ZirjBkyIEYfwnbdJxyHTERmhbsgBwl2i0qaDO3mTHWJXwxx4Echcflm B9UV49TXRmUujdamZjSrmOB66aZIFKVpNaE8k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references:x-google-sender-auth; b=X77dTtVW8pZtYqoWxslCyBQf7dBfp3wa3tS3EBgh3vMyi0ZJhI75OReG17Bfb/Kpu+ /hhK6Rc9MIfF2k8C+rOu1zgf1NLgym9C3mfWo42YJJ96PXNtWc+Lpna01XkR41eWZHZ9 lMTgfls3wLlY7Ke1R2+D7ssWo7y1WBpQHg8lQ= Received: by 10.141.114.19 with SMTP id r19mr1784005rvm.135.1226066153000; Fri, 07 Nov 2008 05:55:53 -0800 (PST) Received: by 10.141.212.15 with HTTP; Fri, 7 Nov 2008 05:55:52 -0800 (PST) Message-ID: Date: Fri, 7 Nov 2008 08:55:52 -0500 From: "Yonik Seeley" Sender: yseeley@gmail.com To: solr-user@lucene.apache.org Subject: Re: Throughput Optimization In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20335132.post@talk.nabble.com> <20349247.post@talk.nabble.com> X-Google-Sender-Auth: 5434340d394b98e7 X-Virus-Checked: Checked by ClamAV on apache.org FYI, SOLR-465 has been committed. Let us know if it improves your scenario. -Yonik On Wed, Nov 5, 2008 at 5:39 PM, Yonik Seeley wrote: > On Wed, Nov 5, 2008 at 5:18 PM, wojtekpia wrote: >> I'd like to integrate this improvement into my deployment. Is it just a >> matter of getting the latest Lucene jars (Lucene nightly build)? > > You need to apply this source code patch to Solr: > https://issues.apache.org/jira/browse/SOLR-465 > > Or you can wait for me to commit it (which I'll probably do in a day > unless someone else sees problems with it) and then just use a recent > Solr nightly build. > > -Yonik