Class ByteDocValuesField
Field that stores a per-document
document.Add(new ByteDocValuesField(name, (byte) 22));
If you also need to store the value, you should add a separate StoredField instance.
Inherited Members
Assembly: DistributedLucene.Net.dll
Syntax
public class ByteDocValuesField : NumericDocValuesField, IIndexableField
Constructors
Name | Description |
---|---|
ByteDocValuesField(String, Byte) | Creates a new DocValues field with the specified 8-bit byte value |
Methods
Name | Description |
---|---|
SetByteValue(Byte) |