Indexing multi-versioned column in HBase to Solr

47 views
Skip to first unread message

Himanshu

unread,
Jul 6, 2016, 7:36:45 AM7/6/16
to HBase Indexer Users
I had made a COLUMN_FAMILY versioned by setting VERSIONS => 5. A cell will have multiple values each having a time-stamp. I want to index HBase table to Solr. I am using Lily HBase Index to do it, but I am not able to find how can I index versioned column in HBase to corresponding field in Solr so that all values of HBase cell are searchable?

Pankil

unread,
Jul 11, 2016, 2:07:32 PM7/11/16
to HBase Indexer Users
One way to achieve that would be write your own custom mapper and map each version for hbase field to different fields in solr so they are searchable. I am not sure if there is any simpler way besides this one.
Reply all
Reply to author
Forward
0 new messages