Wrapper for ({@link HitCollector}) implementations, which simply re-bases the
incoming docID before calling {@link HitCollector#collect}.
Namespace: Lucene.Net.SearchAssembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
C# |
---|
[ObsoleteAttribute("Please migrate custom HitCollectors to the new Collector class. This class will be removed when HitCollector is removed.")]
public class HitCollectorWrapper : Collector |
Visual Basic |
---|
<ObsoleteAttribute("Please migrate custom HitCollectors to the new Collector class. This class will be removed when HitCollector is removed.")> _
Public Class HitCollectorWrapper _
Inherits Collector |
Visual C++ |
---|
[ObsoleteAttribute(L"Please migrate custom HitCollectors to the new Collector class. This class will be removed when HitCollector is removed.")]
public ref class HitCollectorWrapper : public Collector |
Inheritance Hierarchy
See Also