예제 #1
0
 @Override
 public int advance(int target) throws IOException {
   return doc = termDocs.skipTo(target) ? termDocs.doc() : NO_MORE_DOCS;
 }