Interface to parse long from document fields.
Namespace: Lucene.Net.SearchAssembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
| C# |
|---|
[ObsoleteAttribute("Use FieldCache.LongParser, this will be removed in Lucene 3.0")] public interface LongParser : Parser |
| Visual Basic |
|---|
<ObsoleteAttribute("Use FieldCache.LongParser, this will be removed in Lucene 3.0")> _ Public Interface LongParser _ Inherits Parser |
| Visual C++ |
|---|
[ObsoleteAttribute(L"Use FieldCache.LongParser, this will be removed in Lucene 3.0")] public interface class LongParser : Parser |
See Also
[!:FieldCache.GetLongs(IndexReader, String, FieldCache.LongParser)]