예제 #1
0
 public override TopDocs NewTopDocs(ScoreDoc[] results, int start)
 {
     return(_wrapped.NewTopDocs(results, start));
 }