Interface FieldCache.IInt16Parser
Interface to parse shorts from document fields.
NOTE: This was ShortParser in LuceneInherited Members
Namespace: Lucene.Net.Search
Assembly: Lucene.Net.dll
Syntax
[Obsolete]
public interface FieldCache.IInt16Parser : FieldCache.IParser
Methods
ParseInt16(BytesRef)
Return a short representation of this field's value.
NOTE: This was parseShort() in LuceneDeclaration
short ParseInt16(BytesRef term)
Parameters
Type | Name | Description |
---|---|---|
BytesRef | term |
Returns
Type | Description |
---|---|
short |