Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 53837 invoked from network); 5 Aug 2006 04:32:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 Aug 2006 04:32:19 -0000 Received: (qmail 23658 invoked by uid 500); 5 Aug 2006 04:32:14 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 23622 invoked by uid 500); 5 Aug 2006 04:32:14 -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 23611 invoked by uid 99); 5 Aug 2006 04:32:14 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Aug 2006 21:32:14 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of wataylor@as-st.com designates 216.239.128.26 as permitted sender) Received: from [216.239.128.26] (HELO smtp.omnis.com) (216.239.128.26) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Aug 2006 21:32:13 -0700 Received: from [192.168.6.223] (d-65-175-205-96.metrocast.net [65.175.205.96]) by smtp-relay.omnis.com (Postfix) with ESMTP id 317811880309 for ; Fri, 4 Aug 2006 21:31:52 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v624) Content-Transfer-Encoding: 7bit Message-Id: Content-Type: text/plain; charset=US-ASCII; format=flowed To: java-user@lucene.apache.org From: Bill Taylor Subject: is there a simple way to make a list of all words in an index? Date: Sat, 5 Aug 2006 01:04:21 -0400 X-Mailer: Apple Mail (2.624) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I note that Luke is able to create and display a list of all words in the dictionary in descending order of frequency, but I would like to be able to get a simple list of all words in the dictionary, preferably in a file. I can clearly modify Luke to do this, but i hoped that someone else had already done something similar. thank you. Bill Taylor --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org