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.Int32 |
doc |
|
System.Single |
score |
|
FieldDoc(Int32, Single, Object[], SortFieldType[])
Expert: Creates one of these objects with the given sort information.
Declaration
public FieldDoc(int doc, float score, object[] fields, SortFieldType[] fieldTypes)
Parameters
Type |
Name |
Description |
System.Int32 |
doc |
|
System.Single |
score |
|
System.Object[] |
fields |
|
SortFieldType[] |
fieldTypes |
|
FieldDoc(Int32, Single, Object[], SortFieldType[], Int32)
Expert: Creates one of these objects with the given sort information.
Declaration
public FieldDoc(int doc, float score, object[] fields, SortFieldType[] fieldTypes, int shardIndex)
Parameters
Type |
Name |
Description |
System.Int32 |
doc |
|
System.Single |
score |
|
System.Object[] |
fields |
|
SortFieldType[] |
fieldTypes |
|
System.Int32 |
shardIndex |
|
FieldDoc(SerializationInfo, StreamingContext)
Declaration
public FieldDoc(SerializationInfo info, StreamingContext context)
Parameters
Type |
Name |
Description |
SerializationInfo |
info |
|
StreamingContext |
context |
|