You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@lucene.apache.org by yo...@apache.org on 2005/10/31 05:37:55 UTC

svn commit: r329735 - in /lucene/java/trunk: docs/fileformats.html xdocs/fileformats.xml

Author: yonik
Date: Sun Oct 30 20:37:51 2005
New Revision: 329735

URL: http://svn.apache.org/viewcvs?rev=329735&view=rev
Log:
document lucene version for FieldBits

Modified:
    lucene/java/trunk/docs/fileformats.html
    lucene/java/trunk/xdocs/fileformats.xml

Modified: lucene/java/trunk/docs/fileformats.html
URL: http://svn.apache.org/viewcvs/lucene/java/trunk/docs/fileformats.html?rev=329735&r1=329734&r2=329735&view=diff
==============================================================================
--- lucene/java/trunk/docs/fileformats.html (original)
+++ lucene/java/trunk/docs/fileformats.html Sun Oct 30 20:37:51 2005
@@ -1255,6 +1255,7 @@
                     bit is one for fields that have term vectors stored, and zero for fields
                     without term vectors.  
 	            </li>
+                        <p><b>Lucene &gt;= 1.9:</b></p>
 		    <li> If the third lowest-order bit is set (0x04), term positions are stored with the term vectors. </li>
 		    <li> If the fourth lowest-order bit is set (0x08), term offsets are stored with the term vectors. </li>
 		    <li> If the fifth lowest-order bit is set (0x10), norms are omitted for the indexed field. </li>

Modified: lucene/java/trunk/xdocs/fileformats.xml
URL: http://svn.apache.org/viewcvs/lucene/java/trunk/xdocs/fileformats.xml?rev=329735&r1=329734&r2=329735&view=diff
==============================================================================
--- lucene/java/trunk/xdocs/fileformats.xml (original)
+++ lucene/java/trunk/xdocs/fileformats.xml Sun Oct 30 20:37:51 2005
@@ -858,6 +858,7 @@
                     bit is one for fields that have term vectors stored, and zero for fields
                     without term vectors.  
 	            </li>
+                        <p><b>Lucene &gt;= 1.9:</b></p>
 		    <li> If the third lowest-order bit is set (0x04), term positions are stored with the term vectors. </li>
 		    <li> If the fourth lowest-order bit is set (0x08), term offsets are stored with the term vectors. </li>
 		    <li> If the fifth lowest-order bit is set (0x10), norms are omitted for the indexed field. </li>