Class QueryRescorer
Assembly: DistributedLucene.Net.dll
Syntax
public abstract class QueryRescorer : Rescorer
Constructors
Name | Description |
---|---|
QueryRescorer(Query) | Sole constructor, passing the 2nd pass query to assign scores to the 1st pass hits. |
Methods
Name | Description |
---|---|
Combine(Single, Boolean, Single) | Implement this in a subclass to combine the first pass and
second pass scores. If |
Explain(IndexSearcher, Explanation, Int32) | |
Rescore(IndexSearcher, TopDocs, Query, Double, Int32) | Sugar API, calling Rescore(IndexSearcher, TopDocs, Int32) using a simple linear
combination of firstPassScore + |
Rescore(IndexSearcher, TopDocs, Int32) |