Hi,
I added additional mtdt:_hr_ records in HBase holding scores externally.
To get the score stored in mtdt:_hr_,
In Nutch 2.1 IndexUtil, I'd like to use:
HostDb hostDb = new HostDb(conf);
Host host = hostDb.getByHostName("http://www.google.com");
host.getFromMetaData(new Utf8("_hr_"));
But it returns null although these records exist in the table. Metadata holds
only [f, p] keys, not _hr_.
Should I specify this additional metadata key (qualifier) somewhere?
Thanks,

