dnaber      2004/08/03 14:53:10

  Modified:    src/demo/org/apache/lucene/demo FileDocument.java
  Log:
  update the documentation to reflect that "path" is now untokenized
  
  Revision  Changes    Path
  1.4       +1 -1      jakarta-lucene/src/demo/org/apache/lucene/demo/FileDocument.java
  
  Index: FileDocument.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-lucene/src/demo/org/apache/lucene/demo/FileDocument.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- FileDocument.java 3 Aug 2004 21:49:24 -0000       1.3
  +++ FileDocument.java 3 Aug 2004 21:53:10 -0000       1.4
  @@ -34,7 +34,7 @@
       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
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to