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 7D70610906 for ; Thu, 6 Jun 2013 10:46:06 +0000 (UTC) Received: (qmail 56073 invoked by uid 500); 6 Jun 2013 10:46:04 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 56021 invoked by uid 500); 6 Jun 2013 10:46:04 -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 56007 invoked by uid 99); 6 Jun 2013 10:46:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Jun 2013 10:46:03 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of rcmuir@gmail.com designates 209.85.212.181 as permitted sender) Received: from [209.85.212.181] (HELO mail-wi0-f181.google.com) (209.85.212.181) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Jun 2013 10:45:58 +0000 Received: by mail-wi0-f181.google.com with SMTP id hi5so206129wib.14 for ; Thu, 06 Jun 2013 03:45:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=XXOcz1gOZnjeAQEGVlOl10kxVWbUmYer8QD+lHkpFW0=; b=i7toCPb0+Rydos/tfzeUZAyzLQHPA/wQz3Rmf28fBgCh0yPnKc/MU2Gm/3sohQSXCy o0P5oCUIx7+79a1s+aMjeViD6JLIt1UZwuW+O/Uykjs3zyl6v32KxtjUUs2Po0/ImKkS YslKUuuvcRQ9loyiAwFtzlL4+nsEARzUWrbEvdiBJFDw+eWyaJUbd4LGv9HQpvxp0yh0 fWcnbSMC820SzQrfAoS/slU0TnsqS4ExS+soqjXUSLiMfMtwohBHqDYrmra8heW/70zy gr/pYbtabjVvGgtSoRvY/HdCfsXwrEqYEuMgKn2jj+CKiSkK/CRkKxdTfKdmpXJsA/9K KIqg== X-Received: by 10.180.212.74 with SMTP id ni10mr9201698wic.41.1370515534569; Thu, 06 Jun 2013 03:45:34 -0700 (PDT) MIME-Version: 1.0 Received: by 10.194.38.71 with HTTP; Thu, 6 Jun 2013 03:45:14 -0700 (PDT) In-Reply-To: References: From: Robert Muir Date: Thu, 6 Jun 2013 03:45:14 -0700 Message-ID: Subject: Re: FieldCache & DocValues Filter To: java-user@lucene.apache.org Content-Type: multipart/alternative; boundary=001a11c363ba98f5d104de7a035b X-Virus-Checked: Checked by ClamAV on apache.org --001a11c363ba98f5d104de7a035b Content-Type: text/plain; charset=UTF-8 Yes: thats right. On Thu, Jun 6, 2013 at 3:23 AM, Arun Kumar K wrote: > Hi, > > Thanks Robert ! This info is exactly what i need. > > Just for getting myself clear. > If the field is a DocValue field the FieldCacheTermsFilter will use the > existing DocValues Field. For Normal Fields the filter will create a > DocValues for that field using FieldCache. > > Arun > > > On Thu, Jun 6, 2013 at 3:49 PM, Michael McCandless < > lucene@mikemccandless.com> wrote: > > > On Thu, Jun 6, 2013 at 5:35 AM, Robert Muir wrote: > > > > > Its confusing: I think we should rename FieldCacheXXX to DocValuesXXX. > > > > +1 > > > > Mike McCandless > > > > http://blog.mikemccandless.com > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org > > For additional commands, e-mail: java-user-help@lucene.apache.org > > > > > --001a11c363ba98f5d104de7a035b--