Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 92514 invoked from network); 14 Apr 2005 15:16:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 14 Apr 2005 15:16:02 -0000 Received: (qmail 73400 invoked by uid 500); 14 Apr 2005 15:15:39 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 73369 invoked by uid 500); 14 Apr 2005 15:15:38 -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 73343 invoked by uid 99); 14 Apr 2005 15:15:38 -0000 X-ASF-Spam-Status: No, hits=0.4 required=10.0 tests=DNS_FROM_RFC_ABUSE,RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of gomesp@gmail.com designates 64.233.184.203 as permitted sender) Received: from wproxy.gmail.com (HELO wproxy.gmail.com) (64.233.184.203) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 14 Apr 2005 08:15:33 -0700 Received: by wproxy.gmail.com with SMTP id 36so528052wra for ; Thu, 14 Apr 2005 08:15:27 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=Lopq4dDseOjzeLRaB60pLF8y85CDGjvigGA2T6RBGwANy2nS7g9Fs0Nvy1ap3q80tjXiMEvCopmwZRH2cbCzuiF+VSG18cvdO1SnsA/LtCXciY/Kp0F2alvxHqjDnH3wzO+Ys0N9u4doVd4lvVaIShxG6pMXlFcdkDKPrI/BSUY= Received: by 10.54.6.65 with SMTP id 65mr984879wrf; Thu, 14 Apr 2005 08:15:26 -0700 (PDT) Received: by 10.54.104.18 with HTTP; Thu, 14 Apr 2005 08:15:26 -0700 (PDT) Message-ID: <4f05ec8e05041408151cd97502@mail.gmail.com> Date: Thu, 14 Apr 2005 17:15:26 +0200 From: Pablo Gomes Ludermir Reply-To: Pablo Gomes Ludermir To: java-user@lucene.apache.org Subject: getting the number of occurrences within a document Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hello all, I would like to get the following information from the index: 1. Given a term, how many times the term occurs in each document. Something like a triple: < Term, Doc1, Freq> , , , ... Is possible to do that? Regards, Pablo --=20 Pablo Gomes Ludermir gomesp@gmail.com --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org