Class NumericDocValuesField
Field that stores a per-document
document.Add(new NumericDocValuesField(name, 22L));
If you also need to store the value, you should add a separate StoredField instance.
Inherited Members
Assembly: DistributedLucene.Net.dll
Syntax
public class NumericDocValuesField : Field, IIndexableField
Constructors
Name | Description |
---|---|
NumericDocValuesField(String) | |
NumericDocValuesField(String, Int64) | Creates a new DocValues field with the specified 64-bit |
Fields
Name | Description |
---|---|
TYPE | Type for numeric DocValues. |