Wrapper for ({@link HitCollector}) implementations, which simply re-bases the incoming docID before calling {@link HitCollector#collect}.

Namespace: Lucene.Net.Search
Assembly: 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

System..::..Object
  Lucene.Net.Search..::..Collector
    Lucene.Net.Search..::..HitCollectorWrapper

See Also