Class Bm25Index.Bm25Result
public class Bm25Index.Bm25Result
- Inheritance
-
Bm25Index.Bm25Result
- Inherited Members
Constructors
Bm25Result(string, string, double)
public Bm25Result(string id, string content, double score)
Parameters
Properties
Content
public string Content { get; }
Property Value
Id
public string Id { get; }
Property Value
Score
public double Score { get; }