This interface is obsolete, use {@link FieldCache} instead.
Namespace: Lucene.Net.Search.ExtendedFieldCache_oldAssembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
C# |
---|
[ObsoleteAttribute("Use FieldCache, this will be removed in Lucene 3.0")]
public struct ExtendedFieldCache_Fields |
Visual Basic |
---|
<ObsoleteAttribute("Use FieldCache, this will be removed in Lucene 3.0")> _
Public Structure ExtendedFieldCache_Fields |
Visual C++ |
---|
[ObsoleteAttribute(L"Use FieldCache, this will be removed in Lucene 3.0")]
public value class ExtendedFieldCache_Fields |
See Also