Return-Path: Delivered-To: apmail-lucene-solr-dev-archive@minotaur.apache.org Received: (qmail 73682 invoked from network); 27 May 2009 12:52:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 27 May 2009 12:52:02 -0000 Received: (qmail 76194 invoked by uid 500); 27 May 2009 12:52:15 -0000 Delivered-To: apmail-lucene-solr-dev-archive@lucene.apache.org Received: (qmail 76129 invoked by uid 500); 27 May 2009 12:52:14 -0000 Mailing-List: contact solr-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-dev@lucene.apache.org Delivered-To: mailing list solr-dev@lucene.apache.org Received: (qmail 76119 invoked by uid 99); 27 May 2009 12:52:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 May 2009 12:52:14 +0000 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 ryantxu@gmail.com designates 209.85.221.112 as permitted sender) Received: from [209.85.221.112] (HELO mail-qy0-f112.google.com) (209.85.221.112) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 May 2009 12:52:05 +0000 Received: by qyk10 with SMTP id 10so882747qyk.29 for ; Wed, 27 May 2009 05:51:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to :in-reply-to:content-type:content-transfer-encoding:mime-version :subject:date:references:x-mailer; bh=G7ysvWnf3gSwgD2aLNQ1rIzeODwfhgLk1Rd7nbgqPU0=; b=qJGVEKITvpgcpVYPsqVKFC2KVGXRiituBkY/UASIADi9EdAH6MpItMU+L2ir9vKJx4 67iCZulpd116rf93vfWsmQWk+NVhxJBiBEawcHEQxulnf5igHkDBGEjMnvUZvixI1MJm 3q8qiCEajQyRrawCx2RgxPZti8mCqZWsCcwgM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:in-reply-to:content-type :content-transfer-encoding:mime-version:subject:date:references :x-mailer; b=RaUQRGj2aREhSk9Snm3cPgY5baTYXvlvOAboA2/uyR0N8roe/nWEZpcKIWNuj46JyL fG5PDcZ8zvDDvCbaG/hXgBUFDtciXRaHUQ/OKhj82986hogCph5m1mKSgm/BBiPYQZCN 88tXwzXJOieXraS5VEyY0kGn5KO6MP1+Y82NA= Received: by 10.224.32.140 with SMTP id c12mr1304411qad.140.1243428704732; Wed, 27 May 2009 05:51:44 -0700 (PDT) Received: from ?192.168.1.5? ([66.92.161.165]) by mx.google.com with ESMTPS id 7sm1701264qwf.35.2009.05.27.05.51.43 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 27 May 2009 05:51:44 -0700 (PDT) Message-Id: <1D9CAC81-486A-4CE2-BC73-361DCC2E373E@gmail.com> From: Ryan McKinley To: solr-dev@lucene.apache.org In-Reply-To: Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v935.3) Subject: Re: facet strangeness in /trunk? Date: Wed, 27 May 2009 08:51:40 -0400 References: <9B1B15FA-1031-4FDF-A14B-060D860551B3@gmail.com> X-Mailer: Apple Mail (2.935.3) X-Virus-Checked: Checked by ClamAV on apache.org from trunk sometime mid-morning yesterday On May 27, 2009, at 8:46 AM, Yonik Seeley wrote: > On Wed, May 27, 2009 at 8:37 AM, Ryan McKinley > wrote: >> I am seeing a behavior I have not seen before.... >> >> With all standard queries (nothing custom etc), I will see a facet >> list with >> items like: >> * valueA (13) >> * valueB (100) >> * etc... >> >> Then when I select valueA (that should have 13 results) I only get 2 >> results. When the index is optimized, it appears to work as >> expected. > > Is this with the trunk today? > I'll see if I can reproduce with the example data. > > -Yonik