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 B2C589D1B for ; Wed, 8 Feb 2012 14:19:28 +0000 (UTC) Received: (qmail 25277 invoked by uid 500); 8 Feb 2012 14:19:26 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 25193 invoked by uid 500); 8 Feb 2012 14:19:25 -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 25185 invoked by uid 99); 8 Feb 2012 14:19:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Feb 2012 14:19:25 +0000 X-ASF-Spam-Status: No, hits=1.7 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of zhoucheng2008@gmail.com designates 209.85.220.176 as permitted sender) Received: from [209.85.220.176] (HELO mail-vx0-f176.google.com) (209.85.220.176) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Feb 2012 14:19:17 +0000 Received: by vcbfl13 with SMTP id fl13so486785vcb.35 for ; Wed, 08 Feb 2012 06:18:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=19satCCKmh69uKTGQACNfbYQQNb5B7dqX2XcXhsFII0=; b=m5tid+IgboeUCz6f3bCVBnkrfBRQUDbr3ygpmSATTcSMKPA/Bts2YLAAZudTqjwoM4 7a3hUkKEoPcP1ECI9yjnN+TZe9Qnnl6L08czsigYJB0d1MwSmzo1tJP4jYtXLZVDcdKJ fPfwhiyUrZJSZ2FzDk3TJh+/xnm+Jk55XlJvo= MIME-Version: 1.0 Received: by 10.220.149.212 with SMTP id u20mr14680651vcv.7.1328710736789; Wed, 08 Feb 2012 06:18:56 -0800 (PST) Received: by 10.52.69.170 with HTTP; Wed, 8 Feb 2012 06:18:56 -0800 (PST) In-Reply-To: References: Date: Wed, 8 Feb 2012 22:18:56 +0800 Message-ID: Subject: Re: slow speed of searching From: Cheng To: java-user@lucene.apache.org Content-Type: multipart/alternative; boundary=f46d043c817479c09f04b87493f4 X-Virus-Checked: Checked by ClamAV on apache.org --f46d043c817479c09f04b87493f4 Content-Type: text/plain; charset=ISO-8859-1 thanks a lot On Wed, Feb 8, 2012 at 9:48 PM, Ian Lea wrote: > http://wiki.apache.org/lucene-java/ImproveSearchingSpeed > > (the 3rd item is Use a local filesystem!) > > -- > Ian. > > > On Wed, Feb 8, 2012 at 12:44 PM, Cheng wrote: > > Hi, > > > > I have about 6.5 million documents which lead to 1.5G index. The speed of > > search a couple terms, like "dvd" and "price", causes about 0.1 second. > > > > I am afraid that our data will grow rapidly. Except for dividing > documents > > into multiple indexes, what are the solutions I can try to improve > > searching spead? > > > > Thanks > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org > For additional commands, e-mail: java-user-help@lucene.apache.org > > --f46d043c817479c09f04b87493f4--