FilterNode node = null;
IndexRegionScanner indexRegionScanner = null;
if (indexExpBytes != null) {
// Which index(s) to be used is already passed by the user.
try {
IndexExpression indexExpression =
org.apache.hadoop.hbase.index.client.IndexUtils.toIndexExpression(indexExpBytes);
if (indexExpression instanceof NoIndexExpression) {
// Client side says not to use any index for this Scan.
LOG.info("NoIndexExpression is passed as the index to be used for this Scan."
+ " No possible index will be used.");