Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 63255 invoked from network); 16 Sep 2006 16:32:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 16 Sep 2006 16:32:38 -0000 Received: (qmail 82825 invoked by uid 500); 16 Sep 2006 16:32:31 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 82789 invoked by uid 500); 16 Sep 2006 16:32: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 82778 invoked by uid 99); 16 Sep 2006 16:32:31 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 Sep 2006 09:32:31 -0700 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_10_20,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of magawake@gmail.com designates 66.249.82.228 as permitted sender) Received: from [66.249.82.228] (HELO wx-out-0506.google.com) (66.249.82.228) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 Sep 2006 09:32:30 -0700 Received: by wx-out-0506.google.com with SMTP id s15so3176357wxc for ; Sat, 16 Sep 2006 09:32:09 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=WujcFdp/DJeTYnlsLoz7ipXhSNDnsiWaxTQ+7yyxkXcJZd3KG/ih7ooeQ6fSxJxbnEpM4+iprpMPO5lH4gQ/4zC6lbATT9GOBmc8y7f+Q3MFKE4GNvhlLgp+xDeV0TlS0B5OrKWHryDcy/cNbS27jmRS+AIfiKKijEw2tPiR0tg= Received: by 10.90.90.3 with SMTP id n3mr4120338agb; Sat, 16 Sep 2006 09:32:09 -0700 (PDT) Received: by 10.90.72.11 with HTTP; Sat, 16 Sep 2006 09:32:09 -0700 (PDT) Message-ID: <1cbd6f830609160932l61a07b11n5471d71f35d567df@mail.gmail.com> Date: Sat, 16 Sep 2006 12:32:09 -0400 From: "Mag Gam" To: java-user@lucene.apache.org Subject: Example question MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_114249_7668615.1158424329111" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_114249_7668615.1158424329111 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline While looking at the example's Index and Search code, I have noticed in the search, there is a : out.println (doc.get ("path")); I am not sure how is "path" is getting into the index. If you take a look at the Index code, there is no mention of "path". My question are: what is this path (I know it prints out the filesystem path)? Is this a reserved word, if so, where can I get a list of reserved words? How can I list all hashes like "path" ? TIA ------=_Part_114249_7668615.1158424329111--