Interface FieldCache.IInt16Parser
Interface to parse System.Int16s from document fields.
NOTE: This was ShortParser in Lucene
Inherited Members
Namespace: Lucene.Net.Search
Assembly: Lucene.Net.dll
Syntax
[Obsolete]
public interface IInt16Parser : FieldCache.IParserMethods
| Improve this Doc View SourceParseInt16(BytesRef)
Return a System.Int16 representation of this field's value.
NOTE: This was parseShort() in Lucene
Declaration
short ParseInt16(BytesRef term)Parameters
| Type | Name | Description | 
|---|---|---|
| BytesRef | term | 
Returns
| Type | Description | 
|---|---|
| System.Int16 |