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.FloatParser Interface Reference

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

Inherits Lucene.Net.Search.Parser.

Inherited by Lucene.Net.Search.AnonymousClassFloatParser, and Lucene.Net.Search.AnonymousClassFloatParser1.

Public Member Functions

float ParseFloat (System.String string_Renamed)
 Return an float representation of this field's value.
 

Detailed Description

Interface to parse floats from document fields.

See Also
FieldCache.GetFloats(IndexReader, String, FloatParser)

Definition at line 681 of file FieldCache.cs.

Member Function Documentation

float Lucene.Net.Search.FloatParser.ParseFloat ( System.String  string_Renamed)

Return an float representation of this field's value.

Implemented in Lucene.Net.Search.AnonymousClassFloatParser1, and Lucene.Net.Search.AnonymousClassFloatParser.


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