Wrapper used by {@link HitIterator} to provide a lazily loaded hit
from {@link Hits}.
Namespace: Lucene.Net.SearchAssembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
| C# |
|---|
[SerializableAttribute] [ObsoleteAttribute("Use TopScoreDocCollector and TopDocs instead. Hits will be removed in Lucene 3.0.")] public class Hit |
| Visual Basic |
|---|
<SerializableAttribute> _ <ObsoleteAttribute("Use TopScoreDocCollector and TopDocs instead. Hits will be removed in Lucene 3.0.")> _ Public Class Hit |
| Visual C++ |
|---|
[SerializableAttribute] [ObsoleteAttribute(L"Use TopScoreDocCollector and TopDocs instead. Hits will be removed in Lucene 3.0.")] public ref class Hit |