コード例 #1
0
ファイル: SegmentReader.java プロジェクト: Jasi2169/EDMIS
 public final TermEnum terms(Term t) throws IOException {
   return tis.terms(t);
 }