WebHosting

Friday, March 9, 2012

Search Engine Based on Hbase Sorl

Here is a solution for hbase solr integration for create full fledged search engine based on hbase the cloud database.
the solution is called SolBase according to publisher site

"
Solbase is highly scalable search engine built on top of Lucene, Solr, and HBase.
In a nut shell, Solbase replaced Lucene's index file layer that was stored in local file system
under NFS to big database implementation in HBase.

Leveraging HBase's high performance scan, inverted index is efficiently stored in HBase for
fast data retrieval.

http://www.slideshare.net/KyungseogOh/solbase"
 
For more detail visig 
https://github.com/Photobucket/Solbase
http://www.slideshare.net/KyungseogOh/solbase

No comments:

Post a Comment

Thank you for Commenting Will reply soon ......

Featured Posts

Error Message in DBeaver connecting using jdbc: Public Key Retrieval is not allowed

Fixing “Public Key Retrieval is not allowed” Error in MySQL with DBeaver   If you are trying to connect MySQL 8+ with DBeaver and suddenly...