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