Interface FieldCache.IDoubleParser
Interface to parse System.
Inherited Members
Namespace: Lucene.Net.Search
Assembly: Lucene.Net.dll
Syntax
public interface IDoubleParser : FieldCache.IParser
Methods
| Improve this Doc View SourceParseDouble(BytesRef)
Return an System.
Declaration
double ParseDouble(BytesRef term)
Parameters
Type | Name | Description |
---|---|---|
Bytes |
term |
Returns
Type | Description |
---|---|
System. |