You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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.