Interface to parse shorts from document fields.

Namespace: Lucene.Net.Search
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
public interface ShortParser : Parser
Visual Basic
Public Interface ShortParser _
	Inherits Parser
Visual C++
public interface class ShortParser : Parser

See Also

[!:FieldCache.GetShorts(IndexReader, String, FieldCache.ShortParser)]