예제 #1
0
  /**
   * Advance the internal document iterator beyond the specified document.
   *
   * @param docid An internal document id.
   */
  public void docIteratorAdvancePast(int docid) {

    for (Qry q_i : this.args) {
      q_i.docIteratorAdvancePast(docid);
    }

    this.docIteratorClearMatchCache();
  }