Class PackedInt64DocValuesField
Field that stores a per-document
document.Add(new PackedInt64DocValuesField(name, 22L));
If you also need to store the value, you should add a separate StoredField instance.
NOTE: This was PackedLongDocValuesField in Lucene
Inherited Members
Assembly: DistributedLucene.Net.dll
Syntax
public class PackedInt64DocValuesField : NumericDocValuesField, IIndexableField
Constructors
Name | Description |
---|---|
PackedInt64DocValuesField(String, Int64) | Creates a new DocValues field with the specified |