Constructor ScoreDoc
ScoreDoc(Int32, Single)
Constructs a ScoreDoc.
Declaration
public ScoreDoc(int doc, float score)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | doc | |
System.Single | score |
ScoreDoc(Int32, Single, Int32)
Constructs a ScoreDoc.
Declaration
public ScoreDoc(int doc, float score, int shardIndex)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | doc | |
System.Single | score | |
System.Int32 | shardIndex |
ScoreDoc()
for serialization of child classes
Declaration
protected ScoreDoc()