示例#1
0
 private bool GetSortValue(int doc)
 {
     return(_docValues.fastGet(doc));
 }