<<上篇 | 首页 | 下篇>>

transform Nutch into a scalable, distributed search engine

transform Nutch into a scalable, distributed search engine,with new Apache project named Hadoop. Development is very active.

阅读全文……

标签 : ,

several existing strategies to clustering Lucene

All of this impacts how Lucene works in a cluster. Each node performing the search needs access to the index. To make search work in a clustered environment we must provide this. There are 3 ways of doing this.

  1. Use a shared file system between all nodes, and use FSDirectory.
  2. Use indexes on the nodes local file system and a synchronization strategy.
  3. Use a database using JDBCDirectory
  4. Use a distributed file system (eg Google File System, Nutch Distributed File System)
  5. Use a local cache with backup in the Database

阅读全文……

标签 : ,

用Terracotta 集群Lucene(Clustering Lucene with Terracotta)

        www.theserverside.com昨天发布了一个消息:Terracotta 宣布他们发布的集群JVM技术Terracotta DSO,在Terracotta Public License下开放源代码。之前Orion LetiziSteve  已经试过用Terracotta集群Lucene索引,并且工作得挺好。 Clustering LuceneClustering Lucene, Part II: An Example You Can Try YourselfOrion Letizi发布的用Terracotta集群Lucene的Blog。看来用Terracotta来集群Lucene是个选择。
       Terracotta 已经开通了一个社区站点 http://www.terracotta.org/,在那里开发者可以下载集群代码和获得社区支持。

阅读全文……

标签 : ,