Home > other >  New SubstringComparator (& quot; & quot;) Does not support Chinese characters
New SubstringComparator (& quot; & quot;) Does not support Chinese characters

Time:10-03

 SubstringComparator comp=new SubstringComparator (" news ");//why can't here for Chinese characters 
SingleColumnValueFilter filter=new SingleColumnValueFilter (FAMILY_NAME getBytes (), the COLUMN. The getBytes (), CompareOp. EQUAL, comp);
Scan. SetFilter (filter);
Scan. SetCaching (200);
Scan. SetCacheBlocks (false);
  • Related