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 29B349BDF for ; Thu, 29 Mar 2012 12:40:33 +0000 (UTC) Received: (qmail 31346 invoked by uid 500); 29 Mar 2012 12:40:31 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 31298 invoked by uid 500); 29 Mar 2012 12:40:31 -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 31287 invoked by uid 99); 29 Mar 2012 12:40:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Mar 2012 12:40:30 +0000 X-ASF-Spam-Status: No, hits=3.0 required=5.0 tests=FORGED_YAHOO_RCVD,SPF_NEUTRAL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Mar 2012 12:40:25 +0000 Received: from ben.nabble.com ([192.168.236.152]) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1SDEZb-0000dZ-Gg for java-user@lucene.apache.org; Thu, 29 Mar 2012 05:35:27 -0700 Date: Thu, 29 Mar 2012 05:35:27 -0700 (PDT) From: starz10de To: java-user@lucene.apache.org Message-ID: <1333024527478-3867559.post@n3.nabble.com> Subject: conditional High Freq Terms in Lucene index MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org HI, I am using HighFreqTerms class to compute the high frequent terms in the Lucene index and it works well. However, I am interested to compute the hig= h frequent terms under some condition. I would like to compute the high frequent terms not for all documents in the index instead only for document= s with type =E2=80=9CA=E2=80=9D. Beside the =E2=80=9Ccontents=E2=80=9D field = in the index I have also the =E2=80=9CDocType=E2=80=9D (document type) in the index as extra field. So I should compute the high frequent term only (if DocType=3D=E2=80=9DA= =E2=80=9D) Any idea how to do this? Thanks -- View this message in context: http://lucene.472066.n3.nabble.com/conditiona= l-High-Freq-Terms-in-Lucene-index-tp3867559p3867559.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