document lucene version for FieldBits

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@329735 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Yonik Seeley 2005-10-31 04:37:51 +00:00
parent 965d85f59a
commit 741173ade6
2 changed files with 2 additions and 0 deletions

View File

@ -1255,6 +1255,7 @@ limitations under the License.
bit is one for fields that have term vectors stored, and zero for fields bit is one for fields that have term vectors stored, and zero for fields
without term vectors. without term vectors.
</li> </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 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 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> <li> If the fifth lowest-order bit is set (0x10), norms are omitted for the indexed field. </li>

View File

@ -858,6 +858,7 @@
bit is one for fields that have term vectors stored, and zero for fields bit is one for fields that have term vectors stored, and zero for fields
without term vectors. without term vectors.
</li> </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 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 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> <li> If the fifth lowest-order bit is set (0x10), norms are omitted for the indexed field. </li>