Lucene.Net  3.0.3
Lucene.Net is a .NET port of the Java Lucene Indexing Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties
Public Member Functions | List of all members
Lucene.Net.Search.ShortParser Interface Reference

Interface to parse shorts from document fields. More...

Inherits Lucene.Net.Search.Parser.

Inherited by Lucene.Net.Search.AnonymousClassShortParser.

Public Member Functions

short ParseShort (System.String string_Renamed)
 Return a short representation of this field's value.
 

Detailed Description

Interface to parse shorts from document fields.

See Also
FieldCache.GetShorts(IndexReader, String, ShortParser)

Definition at line 663 of file FieldCache.cs.

Member Function Documentation

short Lucene.Net.Search.ShortParser.ParseShort ( System.String  string_Renamed)

Return a short representation of this field's value.

Implemented in Lucene.Net.Search.AnonymousClassShortParser.


The documentation for this interface was generated from the following file: