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

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

Inherits Lucene.Net.Search.Parser.

Inherited by Lucene.Net.Search.AnonymousClassLongParser, and Lucene.Net.Search.AnonymousClassLongParser1.

Public Member Functions

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

Detailed Description

Interface to parse long from document fields.

See Also
FieldCache.GetLongs(IndexReader, String, LongParser)

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

Definition at line 692 of file FieldCache.cs.

Member Function Documentation

long Lucene.Net.Search.LongParser.ParseLong ( System.String  string_Renamed)

Return an long representation of this field's value.

Implemented in Lucene.Net.Search.AnonymousClassLongParser1, and Lucene.Net.Search.AnonymousClassLongParser.


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