Hi Arthur, On Sat, Apr 25, 2015 at 5:08 AM, <[email protected]> wrote:
> > > My Nutch is 2.3 with Gora and Hbase, below are the sample field values I > have scanned from HBase here: > > [snip] > > Q: Is there a way to configure Nutch/Gora/HBase so it will store the value > like following and no need to do field type conversion? > > This has to do with how Gora natively stores data. All data is converted to Byte[] before being persisted into the data store. You need to write your application to deserialize the data on your end before you can view it. Lewis

