From 741173ade612a33c6adf7c5fd78720c7b45bd87c Mon Sep 17 00:00:00 2001 From: Yonik Seeley Date: Mon, 31 Oct 2005 04:37:51 +0000 Subject: [PATCH] document lucene version for FieldBits git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@329735 13f79535-47bb-0310-9956-ffa450edef68 --- docs/fileformats.html | 1 + xdocs/fileformats.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/fileformats.html b/docs/fileformats.html index 63754d254c3..ab4eb9eedf4 100644 --- a/docs/fileformats.html +++ b/docs/fileformats.html @@ -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. +

Lucene >= 1.9:

  • If the third lowest-order bit is set (0x04), term positions are stored with the term vectors.
  • If the fourth lowest-order bit is set (0x08), term offsets are stored with the term vectors.
  • If the fifth lowest-order bit is set (0x10), norms are omitted for the indexed field.
  • diff --git a/xdocs/fileformats.xml b/xdocs/fileformats.xml index 7026ab5a0bd..d3799cfc289 100644 --- a/xdocs/fileformats.xml +++ b/xdocs/fileformats.xml @@ -858,6 +858,7 @@ bit is one for fields that have term vectors stored, and zero for fields without term vectors. +

    Lucene >= 1.9:

  • If the third lowest-order bit is set (0x04), term positions are stored with the term vectors.
  • If the fourth lowest-order bit is set (0x08), term offsets are stored with the term vectors.
  • If the fifth lowest-order bit is set (0x10), norms are omitted for the indexed field.