Return-Path: Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: (qmail 25351 invoked from network); 2 Nov 2010 10:52:18 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 2 Nov 2010 10:52:18 -0000 Received: (qmail 62972 invoked by uid 500); 2 Nov 2010 10:52:49 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 62447 invoked by uid 500); 2 Nov 2010 10:52:46 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 62440 invoked by uid 99); 2 Nov 2010 10:52:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Nov 2010 10:52:44 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Nov 2010 10:52:44 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oA2AqNxj021492 for ; Tue, 2 Nov 2010 10:52:24 GMT Message-ID: <18280083.191471288695143819.JavaMail.jira@thor> Date: Tue, 2 Nov 2010 06:52:23 -0400 (EDT) From: "Shai Erera (JIRA)" To: dev@lucene.apache.org Subject: [jira] Commented: (LUCENE-2734) Use IndexWriterConfig in benchmark In-Reply-To: <11219332.190911288692508014.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/LUCENE-2734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12927358#action_12927358 ] Shai Erera commented on LUCENE-2734: ------------------------------------ Is this the patch file you intended to include? :) {code} 20 Iterations with 4 Concurrent Searchers on a 10M Doc Wikipedia Index Java Heap Space Delta: +368M (corresponds to the file size on disk) Java Settings: -Xmx2G -Xmx2G MMap -> Memory Mapped Directory Implementation NIOFS -> Java NIO Based Directory Implementation RAM -> Naive RAM Directory loading tii and tis files into memory. (Term Dictionary) .... {code} At least, that's what I get when I download it. > Use IndexWriterConfig in benchmark > ---------------------------------- > > Key: LUCENE-2734 > URL: https://issues.apache.org/jira/browse/LUCENE-2734 > Project: Lucene - Java > Issue Type: Improvement > Components: contrib/benchmark > Affects Versions: 4.0 > Reporter: Simon Willnauer > Assignee: Simon Willnauer > Priority: Minor > Fix For: 4.0 > > Attachments: LUCENE-2734.patch > > > We should use IndexWriterConfig instead of deprecated methods in benchmark. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org