Свойство | Тип | Описание | |
---|---|---|---|
Fields | IComparable[] |
Метод | Описание | |
---|---|---|
FieldDoc ( int doc, float score ) : Lucene.Net.Support |
Expert: Creates one of these objects with empty sort information.
|
|
FieldDoc ( int doc, float score, IComparable fields ) : Lucene.Net.Support |
Expert: Creates one of these objects with the given sort information.
|
|
FieldDoc ( int doc, float score, IComparable fields, int shardIndex ) : Lucene.Net.Support |
Expert: Creates one of these objects with the given sort information.
|
|
ToString ( ) : string |
public FieldDoc ( int doc, float score ) : Lucene.Net.Support | ||
doc | int | |
score | float | |
Результат | Lucene.Net.Support |
public FieldDoc ( int doc, float score, IComparable fields ) : Lucene.Net.Support | ||
doc | int | |
score | float | |
fields | IComparable | |
Результат | Lucene.Net.Support |
public FieldDoc ( int doc, float score, IComparable fields, int shardIndex ) : Lucene.Net.Support | ||
doc | int | |
score | float | |
fields | IComparable | |
shardIndex | int | |
Результат | Lucene.Net.Support |