mirror of https://github.com/apache/lucene.git
improving documentation about compression, as suggested by Doug
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150610 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f12555cb2a
commit
d983ab6215
|
@ -1328,11 +1328,18 @@ limitations under the License.
|
|||
<ul>
|
||||
<li>low order bit is one for tokenized fields</li>
|
||||
<li>second bit is one for fields containing binary data</li>
|
||||
<li>third bit is one for fields with compression option enabled</li>
|
||||
<li>third bit is one for fields with compression option enabled
|
||||
(if compression is enabled, the algorithm used is ZLIB)</li>
|
||||
</ul>
|
||||
</p>
|
||||
<p>Value -->
|
||||
String (default) or byte[] when the field value is a binary field
|
||||
String | BinaryValue (depending on Bits)
|
||||
</p>
|
||||
<p>BinaryValue -->
|
||||
ValueSize, <Byte>^ValueSize
|
||||
</p>
|
||||
<p>ValueSize -->
|
||||
VInt
|
||||
</p>
|
||||
|
||||
</li>
|
||||
|
|
|
@ -912,11 +912,18 @@
|
|||
<ul>
|
||||
<li>low order bit is one for tokenized fields</li>
|
||||
<li>second bit is one for fields containing binary data</li>
|
||||
<li>third bit is one for fields with compression option enabled</li>
|
||||
<li>third bit is one for fields with compression option enabled
|
||||
(if compression is enabled, the algorithm used is ZLIB)</li>
|
||||
</ul>
|
||||
</p>
|
||||
<p>Value -->
|
||||
String (default) or byte[] when the field value is a binary field
|
||||
String | BinaryValue (depending on Bits)
|
||||
</p>
|
||||
<p>BinaryValue -->
|
||||
ValueSize, <Byte>^ValueSize
|
||||
</p>
|
||||
<p>ValueSize -->
|
||||
VInt
|
||||
</p>
|
||||
|
||||
</li>
|
||||
|
|
Loading…
Reference in New Issue