Exemplo n.º 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));
 }
Exemplo n.º 2
0
 public virtual Explanation Explain(Weight weight, int doc)
 {
     return(local.Explain(weight, doc));
 }