Lucene是作為嵌入式的工具包的形式出現的,在核心代碼上沒有提供對群集的支持。實現對Lucene的群集有三種方式:1、繼承實現一個Directory;2、使用Solr 3、使用 Nutch+Hadoop;使用Solr你不得不用他的Index Server ,而使用Nutch你又不得不集成抓取的模塊;
不選擇使用lucene的6大原因 http://forchenyun.javaeye.com/blog/473779
Lucene集群? lucene in a cluster
http://blog.csdn.net/jsea/archive/2006/06/16/803043.aspx
http://hi.baidu.com/lucenehc/blog/item/4d83c387881ea22fc65cc3a1.html
Compass的Lucene Jdbc Directory implementation
Compass simplifies the creation of distributed Lucene index by allowing to store the Lucene index in a database, as well as storing the index simply with Data Grid products such as GigaSpaces, Coherence? and Terracotta
這部分代碼完全獨立于Compass 的其他模塊,可以使用在純Lucene實現的環境中
http://robbank.blogbus.com/logs/3509279.html
http://robbank.blogbus.com/logs/4698460.html
solr本身支持分布式索引,是利用rsync來做的
http://paradise-qingfeng.javaeye.com/blog/123673
Nut是一個Lucene+Hadoop分布式搜索框架
http://code.google.com/p/nutla/
http://www.tkk7.com/nianzai/
Nutch 0.9版中,分布式搜索的核心部分只用了不到1000行代碼就搞定了。
clustering是把查詢請求分發到多臺計算機上,主要是解決并發量的問題。
Distributed指的是多臺計算機并行處理一個查詢請求,使單個請求的檢索時間降低
http://lucene-group.group.javaeye.com/group/topic/8983
談談Hadoop和分布式 Lucene http://www.chinacloud.cn/show.aspx?id=50&cid=12
1,Doug Cutting (Lucene-Nutch-Hadoop 創始人簡介)http://zhutuncun0.javaeye.com/blog/746019
2,luke,lucene索引查看工具 http://code.google.com/p/luke/
3,Alfresco? 看看這種CMS在集群環境下如何使用lucene
?? http://wiki.alfresco.com/wiki/Cluster_Configuration_V2.1.3_and_Later#Lucene_index_synchronization
不選擇使用lucene的6大原因 http://forchenyun.javaeye.com/blog/473779
Lucene集群? lucene in a cluster
http://blog.csdn.net/jsea/archive/2006/06/16/803043.aspx
http://hi.baidu.com/lucenehc/blog/item/4d83c387881ea22fc65cc3a1.html
Compass的Lucene Jdbc Directory implementation
Compass simplifies the creation of distributed Lucene index by allowing to store the Lucene index in a database, as well as storing the index simply with Data Grid products such as GigaSpaces, Coherence? and Terracotta
這部分代碼完全獨立于Compass 的其他模塊,可以使用在純Lucene實現的環境中
http://robbank.blogbus.com/logs/3509279.html
http://robbank.blogbus.com/logs/4698460.html
solr本身支持分布式索引,是利用rsync來做的
http://paradise-qingfeng.javaeye.com/blog/123673
Nut是一個Lucene+Hadoop分布式搜索框架
http://code.google.com/p/nutla/
http://www.tkk7.com/nianzai/
Nutch 0.9版中,分布式搜索的核心部分只用了不到1000行代碼就搞定了。
clustering是把查詢請求分發到多臺計算機上,主要是解決并發量的問題。
Distributed指的是多臺計算機并行處理一個查詢請求,使單個請求的檢索時間降低
http://lucene-group.group.javaeye.com/group/topic/8983
談談Hadoop和分布式 Lucene http://www.chinacloud.cn/show.aspx?id=50&cid=12
1,Doug Cutting (Lucene-Nutch-Hadoop 創始人簡介)http://zhutuncun0.javaeye.com/blog/746019
2,luke,lucene索引查看工具 http://code.google.com/p/luke/
3,Alfresco? 看看這種CMS在集群環境下如何使用lucene
?? http://wiki.alfresco.com/wiki/Cluster_Configuration_V2.1.3_and_Later#Lucene_index_synchronization