Class PackedInt64DocValuesField
Field that stores a per-document System.
document.Add(new PackedInt64DocValuesField(name, 22L));
If you also need to store the value, you should add a
separate Stored
NOTE: This was PackedLongDocValuesField in Lucene
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Lucene.Net.Documents
Assembly: Lucene.Net.dll
Syntax
[Obsolete("Use NumericDocValuesField instead.")]
public class PackedInt64DocValuesField : NumericDocValuesField, IIndexableField
Constructors
| Improve this Doc View SourcePackedInt64DocValuesField(String, Int64)
Creates a new Doc
Declaration
public PackedInt64DocValuesField(string name, long value)
Parameters
Type | Name | Description |
---|---|---|
System. |
name | field name |
System. |
value | 64-bit System. |
Exceptions
Type | Condition |
---|---|
System. |
if the field |