Interface FieldCache.IDoubleParser
Interface to parse System.Doubles from document fields.
Inherited Members
Namespace: Lucene.Net.Search
Assembly: Lucene.Net.dll
Syntax
public interface IDoubleParser : FieldCache.IParserMethods
| Improve this Doc View SourceParseDouble(BytesRef)
Return an System.Double representation of this field's value.
Declaration
double ParseDouble(BytesRef term)Parameters
| Type | Name | Description | 
|---|---|---|
| BytesRef | term | 
Returns
| Type | Description | 
|---|---|
| System.Double |