Interface FieldCache.IInt16Parser
Interface to parse
NOTE: This was ShortParser in Lucene
Inherited Members
Namespace: Lucene.Net.Search
Assembly: Lucene.Net.dll
Syntax
public interface IInt16Parser : FieldCache.IParser
Methods
| Improve this Doc View SourceParseInt16(BytesRef)
Return a
NOTE: This was parseShort() in Lucene
Declaration
short ParseInt16(BytesRef term)
Parameters
Type | Name | Description |
---|---|---|
BytesRef | term |
Returns
Type | Description |
---|---|
System.Int16 |