Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 18659 invoked from network); 13 Feb 2008 15:28:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Feb 2008 15:28:26 -0000 Received: (qmail 41544 invoked by uid 500); 13 Feb 2008 15:28:13 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 41517 invoked by uid 500); 13 Feb 2008 15:28:13 -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 41506 invoked by uid 99); 13 Feb 2008 15:28:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Feb 2008 07:28:13 -0800 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of erickerickson@gmail.com designates 72.14.214.228 as permitted sender) Received: from [72.14.214.228] (HELO hu-out-0506.google.com) (72.14.214.228) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Feb 2008 15:27:41 +0000 Received: by hu-out-0506.google.com with SMTP id 27so8995338hub.15 for ; Wed, 13 Feb 2008 07:27:47 -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:to:subject:in-reply-to:mime-version:content-type:references; bh=t7m9ey1lh6b7lTrbZBQ3Ht1AZ7daBB/8BMHEsMkjwa4=; b=PiTIkkN6siUolh13WMQ4tvnqm5nko5nymX/PGQ4OsS1mqROdCZC8HOXH8VL96+T2+tkfYrBql4aa4jWbfSfrJ9uxuFG8ytJgM4wrY+ozpNd6l7h3LgIte/Dwd1PbF3nxRJVo42POvkCEDcbIeS4ZnhzXa3CBj2rQThSH5LZaeXI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=E2aKjWr2EWd2qqbtf3u2MWREL4LarUuDbxSx5kDbujutVi0w7/xDo6aVkzWIsaWYbFxjh7lFWX8piWb1s1d98Kl4XQwKeDf2x/x9l/IN1uKlwthTuXP8KpmSsoaUmqVTAhSrRlZF80Ee5U7Suxpq2RM7XBYqmevJEYhvUk2uQTg= Received: by 10.82.138.6 with SMTP id l6mr59459bud.13.1202916467092; Wed, 13 Feb 2008 07:27:47 -0800 (PST) Received: by 10.82.151.7 with HTTP; Wed, 13 Feb 2008 07:27:47 -0800 (PST) Message-ID: <359a92830802130727n6316e394tfa6cf51455587be5@mail.gmail.com> Date: Wed, 13 Feb 2008 10:27:47 -0500 From: "Erick Erickson" To: java-user@lucene.apache.org Subject: Re: Lucene multiple field search performance In-Reply-To: <15456841.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_1751_24134272.1202916467071" References: <15448754.post@talk.nabble.com> <652776090802122244x35a3af13o6222370bb0025837@mail.gmail.com> <15456841.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_1751_24134272.1202916467071 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Have you looked at the query.toString()? In particular, is your date being split up into pieces on the slashes? But why it's working today, I have no clue. Unless you were seeing results on a freshly-opened reader yesterday.... Erick On Feb 13, 2008 7:12 AM, Cesar Ronchese wrote: > > Yes, it is optimized already. > > But today, when I got to test again, its looks like quick. :S > I can't understand why. > > > > > > Michael Stoppelman wrote: > > > > Did your index size increase drastically? > > > > As a first step I would recommend optimizing your index if you haven't > > already. > > > > -M > > > > On Feb 12, 2008 7:42 PM, Cesar Ronchese wrote: > > > >> > >> I was doing normal queries happily, seeing the results statistics come > in > >> about 0.02 seconds. > >> > >> But then, I added a extra field to seach togheter with the normal > query, > >> then the statistic pulled up to 0.35 seconds. That was a lot. > >> > >> example: > >> normal query: some test (it returns quick) > >> extra field query: +bookDate:"2007/02/12" some test (it returns slow. I > >> also > >> tried without +) > >> > >> Is the reduced performance normal for this case? > >> > >> > >> Another doubt, I thought forcing bookDate in the Search Text it would > >> reduce > >> the universe of search, then leading to quicker responses. But it > didn't. > >> Is > >> there a trick to improve the speed? > >> > >> Cesar > >> -- > >> View this message in context: > >> > http://www.nabble.com/Lucene-multiple-field-search-performance-tp15448754p15448754.html > >> Sent from the Lucene - Java Users mailing list archive at Nabble.com. > >> > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org > >> For additional commands, e-mail: java-user-help@lucene.apache.org > >> > >> > > > > > > -- > View this message in context: > http://www.nabble.com/Lucene-multiple-field-search-performance-tp15448754p15456841.html > Sent from the Lucene - Java Users mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org > For additional commands, e-mail: java-user-help@lucene.apache.org > > ------=_Part_1751_24134272.1202916467071--