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

 Mastering Unix Commands: An In-depth Look at Chroot, Env, Nice, Nohup, StdBuf, and Timeout Hashtags: #UnixCommands #Chroot #Env #Nice #Nohu...