[Missing <summary> documentation for "F:Lucene.Net.Search.ExtendedFieldCache_old.ExtendedFieldCache_Fields.EXT_DEFAULT"]
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
| C# |
|---|
[ObsoleteAttribute("Use FieldCache.DEFAULT; this will be removed in Lucene 3.0 ")] public static readonly ExtendedFieldCache EXT_DEFAULT |
| Visual Basic |
|---|
<ObsoleteAttribute("Use FieldCache.DEFAULT; this will be removed in Lucene 3.0 ")> _ Public Shared ReadOnly EXT_DEFAULT As ExtendedFieldCache |
| Visual C++ |
|---|
[ObsoleteAttribute(L"Use FieldCache.DEFAULT; this will be removed in Lucene 3.0 ")] public: static initonly ExtendedFieldCache^ EXT_DEFAULT |