Lucene.Net  3.0.3
Lucene.Net is a port of the Lucene search engine library, written in C# and targeted at .NET runtime users.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Pages
Public Member Functions | List of all members
Lucene.Net.Search.IntParser Interface Reference

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

Inherits Lucene.Net.Search.Parser.

Inherited by Lucene.Net.Search.AnonymousClassIntParser, and Lucene.Net.Search.AnonymousClassIntParser1.

Public Member Functions

int ParseInt (System.String string_Renamed)
 Return an integer representation of this field's value.
 

Detailed Description

Interface to parse ints from document fields.

See Also
FieldCache.GetInts(IndexReader, String, IntParser)

Definition at line 672 of file FieldCache.cs.

Member Function Documentation

int Lucene.Net.Search.IntParser.ParseInt ( System.String  string_Renamed)

Return an integer representation of this field's value.

Implemented in Lucene.Net.Search.AnonymousClassIntParser1, and Lucene.Net.Search.AnonymousClassIntParser.


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