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

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

Inherits Lucene.Net.Search.Parser.

Inherited by Lucene.Net.Search.AnonymousClassDoubleParser, and Lucene.Net.Search.AnonymousClassDoubleParser1.

Public Member Functions

double ParseDouble (System.String string_Renamed)
 Return an long representation of this field's value.
 

Detailed Description

Interface to parse doubles from document fields.

See Also
FieldCache.GetDoubles(IndexReader, String, DoubleParser)

<deprecated> Use DoubleParser, this will be removed in Lucene 3.0 </deprecated>

Definition at line 703 of file FieldCache.cs.

Member Function Documentation

double Lucene.Net.Search.DoubleParser.ParseDouble ( System.String  string_Renamed)

Return an long representation of this field's value.

Implemented in Lucene.Net.Search.AnonymousClassDoubleParser1, and Lucene.Net.Search.AnonymousClassDoubleParser.


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