Scores and collects all matching documents.
Namespace: Lucene.Net.SearchAssembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
C# |
---|
[ObsoleteAttribute("use Score(Collector) instead.")] public virtual void Score( HitCollector hc ) |
Visual Basic |
---|
<ObsoleteAttribute("use Score(Collector) instead.")> _ Public Overridable Sub Score ( _ hc As HitCollector _ ) |
Visual C++ |
---|
[ObsoleteAttribute(L"use Score(Collector) instead.")] public: virtual void Score( HitCollector^ hc ) |
Parameters
- hc
- Type: Lucene.Net.Search..::..HitCollector
The collector to which all matching documents are passed through {@link HitCollector#Collect(int, float)}.
When this method is used the {@link #Explain(int)} method should not be used.