Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 48938 invoked from network); 21 May 2009 10:34:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 21 May 2009 10:34:53 -0000 Received: (qmail 42579 invoked by uid 500); 21 May 2009 10:35:04 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 42530 invoked by uid 500); 21 May 2009 10:35: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 42520 invoked by uid 99); 21 May 2009 10:35:04 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 May 2009 10:35:04 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of bubblenut@gmail.com designates 209.85.219.179 as permitted sender) Received: from [209.85.219.179] (HELO mail-ew0-f179.google.com) (209.85.219.179) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 May 2009 10:34:55 +0000 Received: by ewy27 with SMTP id 27so1165765ewy.5 for ; Thu, 21 May 2009 03:34:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=I3MEmQQhRIoKuysp1lVmpxTgYmqogKhSuhyGAqss0Zc=; b=mLwi3JpXFWq/a+6p1cCzH0xkKMVJKP/D6AsipMb6OmF3MAXRIN/TkyHvtkk8scOozO IRnDuwvyC2q9rktRFF9J5+NagsUU7ttct2sjyr7aBl1+g9AXEQPJ3/PYKPISWUOsqgxk lzTbRxavjUYYG1z2Uf8efDFmCPZ+30vfL38IA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; b=XLQwbA453f0TaQhYw0srrmdCOKiAT8ZKgj8QjABSeBG6RJHwtZdPJ4ZPSA2bPtIyEq lMqbzJtp6ckhc4nRtOBIQHqtAAlkRJKUlzybsOzmtxEPjT9yUOmlaUejQJbuwEz3x0Mi byCfAV6Jna7zX4PdkBmvC5q/HiNb9lByFkm2k= MIME-Version: 1.0 Sender: bubblenut@gmail.com Received: by 10.216.28.198 with SMTP id g48mr475979wea.109.1242902074798; Thu, 21 May 2009 03:34:34 -0700 (PDT) Date: Thu, 21 May 2009 11:34:34 +0100 X-Google-Sender-Auth: db1fce0b6531a90c Message-ID: <32a1c320905210334y2708a89cvdf9c57cb1a442c8a@mail.gmail.com> Subject: Term frequencies within a search From: Robert Young To: java-user@lucene.apache.org Content-Type: multipart/alternative; boundary=0016e6db5c0ca8b25c046a69b096 X-Virus-Checked: Checked by ClamAV on apache.org --0016e6db5c0ca8b25c046a69b096 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hi, I would like to perform a query and then get a summary of the term frequencies of the result. Is this possible? Thanks Rob --0016e6db5c0ca8b25c046a69b096--