示例#1
0
 // this implementation should be removed when the deprecated
 // Searchable#explain(Query,int) is removed
 public virtual Explanation Explain(Query query, int doc)
 {
     return(local.Explain(query, doc));
 }
示例#2
0
 public virtual Explanation Explain(Weight weight, int doc)
 {
     return(local.Explain(weight, doc));
 }