mirror of https://github.com/apache/lucene.git
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:
parent
965d85f59a
commit
741173ade6
|
@ -1255,6 +1255,7 @@ limitations under the License.
|
|||
bit is one for fields that have term vectors stored, and zero for fields
|
||||
without term vectors.
|
||||
</li>
|
||||
<p><b>Lucene >= 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>
|
||||
|
|
|
@ -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 >= 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>
|
||||
|
|
Loading…
Reference in New Issue