Return-Path: X-Original-To: apmail-lucene-java-user-archive@www.apache.org Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B684D17CF2 for ; Thu, 8 Jan 2015 13:15:38 +0000 (UTC) Received: (qmail 20617 invoked by uid 500); 8 Jan 2015 13:15:32 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 20562 invoked by uid 500); 8 Jan 2015 13:15:32 -0000 Mailing-List: contact java-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-user@lucene.apache.org Delivered-To: mailing list java-user@lucene.apache.org Received: (qmail 20549 invoked by uid 99); 8 Jan 2015 13:15:27 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Jan 2015 13:15:27 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [130.225.24.68] (HELO sbexch03.sb.statsbiblioteket.dk) (130.225.24.68) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Jan 2015 13:15:00 +0000 Received: from [130.225.25.26] (130.225.25.26) by sbexch03.sb.statsbiblioteket.dk (130.225.24.68) with Microsoft SMTP Server id 8.3.348.2; Thu, 8 Jan 2015 14:14:38 +0100 Message-ID: <1420722856.2730.272.camel@te-prime> Subject: Re: lucene scalability query From: Toke Eskildsen Reply-To: te@statsbiblioteket.dk To: "java-user@lucene.apache.org" Date: Thu, 8 Jan 2015 14:14:16 +0100 In-Reply-To: References: Organization: State and University Library, Denmark Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.10.4-0ubuntu2 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On Thu, 2015-01-08 at 12:03 +0100, sreedevi s wrote: > I am doing a scalability analysis for lucene search in my application.I > was running my junits with different sets of data which are like > 1K,10K,100K and 1000K. [...] Your table copy-paste did not work. I tried extracting the key data: 10K, attempt 1: 152ms 10K, attempt 2: 32ms 10K, attempt 3: 20ms 100K, attempt 1: 136ms 100K, attempt 2: 28ms 100K, attempt 3: 27ms > Ideally, it search time should have been higher with 100K data.Why is it > that I get lesser searcher time with 100K data. Based on your reported index time, your indexes are tiny. What you are seeing is probably just statistical flukes. Try re-running your tests a few times and you will see the numbers change. - Toke Eskildsen --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org