Constructor FieldDoc
FieldDoc(Int32, Single)
Expert: Creates one of these objects with empty sort information.
Declaration
public FieldDoc(int doc, float score)
Parameters
Type | Name | Description |
---|---|---|
System. |
doc | |
System. |
score |
FieldDoc(Int32, Single, IComparable[])
Expert: Creates one of these objects with the given sort information.
Declaration
public FieldDoc(int doc, float score, IComparable[] fields)
Parameters
Type | Name | Description |
---|---|---|
System. |
doc | |
System. |
score | |
System. |
fields |