[Missing <summary> documentation for "T:Lucene.Net.Search.ExtendedFieldCache_old.LongParser"]
Assembly: 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 : LongParser, Parser |
Visual Basic |
---|
<ObsoleteAttribute("Use FieldCache.LongParser, this will be removed in Lucene 3.0 ")> _ Public Interface LongParser _ Inherits LongParser, Parser |
Visual C++ |
---|
[ObsoleteAttribute(L"Use FieldCache.LongParser, this will be removed in Lucene 3.0 ")] public interface class LongParser : LongParser, Parser |