Method Score
Score(Int32, Single)
Score a single document
Declaration
public abstract float Score(int doc, float freq)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | doc | document id within the inverted index segment |
System.Single | freq | sloppy term frequency |
Returns
Type | Description |
---|---|
System.Single | document's score |