コード例 #1
0
 @Override
 public long ord() throws IOException {
   return in.current().output;
 }
コード例 #2
0
 @Override
 public BytesRef term() throws IOException {
   return in.current().input;
 }