You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by cu...@apache.org on 2004/08/02 22:43:58 UTC

cvs commit: jakarta-lucene/docs fileformats.html

cutting     2004/08/02 13:43:58

  Modified:    docs     fileformats.html
  Log:
  Generated new file-formats doc.
  
  Revision  Changes    Path
  1.28      +5 -4      jakarta-lucene/docs/fileformats.html
  
  Index: fileformats.html
  ===================================================================
  RCS file: /home/cvs/jakarta-lucene/docs/fileformats.html,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- fileformats.html	24 Jun 2004 01:02:27 -0000	1.27
  +++ fileformats.html	2 Aug 2004 20:43:58 -0000	1.28
  @@ -146,7 +146,7 @@
                   languages.  If these versions are to remain compatible with Jakarta
                   Lucene, then a language-independent definition of the Lucene index
                   format is required.  This document thus attempts to provide a
  -                complete and independent definition of the Jakarta Lucene 1.3 file
  +                complete and independent definition of the Jakarta Lucene 1.4 file
                   formats.
               </p>
                                                   <p>
  @@ -383,7 +383,7 @@
                   </li>
                   <li><p>Term Vectors.  For each field in each document, the term vector
                          (sometimes called document vector) is stored.  A term vector consists
  -                       of the term text, term frequency and term position.
  +                       of term text and term frequency.
                       </p>
                   </li>              
                   <li><p>Deleted documents.
  @@ -1179,8 +1179,9 @@
                                       <p>
                       A file named "deletable"
                       contains the names of files that are no longer used by the index, but
  -                    which could not be deleted.  This is only generated on Win32, where a
  -                    file may not be deleted while it is still open.
  +                    which could not be deleted.  This is only used on Win32, where a
  +                    file may not be deleted while it is still open. On other platforms
  +                    the file contains only null bytes.
                   </p>
                                                   <p>
                       Deletable    --&gt; DeletableCount,
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: lucene-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: lucene-dev-help@jakarta.apache.org