update the documentation to reflect that "path" is now untokenized

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150391 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Daniel Naber 2004-08-03 21:53:10 +00:00
parent 5635cce871
commit 53833051ce
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ public class FileDocument {
The document has three fields:
<ul>
<li><code>path</code>--containing the pathname of the file, as a stored,
tokenized field;
untokenized field;
<li><code>modified</code>--containing the last modified date of the file as
a keyword field as encoded by <a
href="lucene.document.DateField.html">DateField</a>; and