0
votes

Data is not reflected in Solr UI after indexing the Hbase table data using Hbase indexer. I followed the steps provided in Hbase-indexer. 1. Created Hbase table 2. Copied the hbase-sep jar files to the lib directory of HBase. 3. Created an indexer xml file with the index information 4. created an indexer using the indexer xml file.

After all the above steps i tried to search using Solr UI i dont see the data being reflected there. Has anyone worked on this?

1

1 Answers

0
votes

Steps to verify:
1. Does Hbase having replication_scope = 1.
2. Are you using put to load the data? Because, indexer will pick wal's(write ahead logs). And put will create wal, where as bulk load will not.
3. Verify the indexer mapping details of hbase column qualifiers to the solr fields.