}
}
}
context.write(new PairWriteable(this.Index++), new DocumentMap(res));
if(this.isuniqcheck&&uniqfieldIndex>0&&res[uniqfieldIndex]!=null)
{
String notempty=res[uniqfieldIndex];
if(notempty.length()>0&&!notempty.equals("_"))
{
context.write(new PairWriteable(new Text("uniq_"+notempty)), new DocumentMap());
}
}
return true;