Class FieldCache.Int16s
Field values as 16-bit signed shorts
NOTE: This was Shorts in Lucene
Inheritance
System.Object
FieldCache.Int16s
Namespace: Lucene.Net.Search
Assembly: Lucene.Net.dll
Syntax
public abstract class Int16s : object
Fields
| Improve this Doc View SourceEMPTY
Zero value for every document
Declaration
public static readonly FieldCache.Int16s EMPTY
Field Value
Type | Description |
---|---|
FieldCache.Int16s |
Methods
| Improve this Doc View SourceGet(Int32)
Return a
Declaration
public abstract short Get(int docID)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | docID |
Returns
Type | Description |
---|---|
System.Int16 |