23:48 乱象,印迹 » beta技术沙龙:大型网站的Lucene应用 » Delicious/chedong
用Lucene存放全文索引,用Memcache + Berkeley DB(Java Edition)负责存储。这样有两个好处,一是减轻了Lucene的数据规模,提高了程序的效率(Sphinx就是这样);另一方面,这套系统也可以提供某些类似SQL的查询功能。实际上,Lucene本身似乎也注意到了这个问题,在Store中新增了一个db的选项,其实也是利用的Berkeley DB。 在程序提供服务之前,进行几次”预热“搜索,填充Searcher的Cache。据我们(银杏搜索)的经验,也可以在应用程序中,再提供针对Document的Cache,这样对性能有较大的改善。Lucene自己似乎也注意到了这个问题,在2.4版本中提供了Cache,并提供了一个LRU Cache实现。在编写Java服务程序的时候,记得设置退出的钩子函数(RunTime.getRunTime.addShutdownHook)是一个非常好的习惯。许多Java程序员都没有这种意识,或者有,也只是写一个finalize函数,结果程序非正常退出时,可能造成某些外部资源的状态不稳定(索引最好还是另外重建切换而不是在线更新)。自行下载Lucene Source Code,用更新版本的JDK编译出.jar文件,据我测试,速度大约有30%的提升。
18:15 Features of 4.3: Smarter Blog Cloning » MovableType.org - Home for the MT Community

Up until the general release of MT 4.3, we are publishing details on the features of 4.3. Today we'll focus on blog cloning.

blog-cloning.pngFor quite some time, blog cloning has been built into Movable Type. It was created to help you add a new blog without having to recreate templates, categories or anything else. The problem is that most people never needed to clone everything in a blog. With 4.3, we're adding the ability to omit entries, comments, trackbacks, categories, or any combination thereof, from the cloning process. It may seem like a minor addition, but it can save precious time while developing a site.

The cloning process also allows you to set the blog name, path and URL before you clone the blog to prevent accidentally overwriting existing content. We've put in several more checks (e.g., a confirmation page, better defaults) to make this process rock solid.

Personally, it has already made testing and setting up a few new installations much easier and faster. I hope this feature will scratch an itch for many of the Movable Type consultants out there.

17:28 谷歌收录重新审核的申请现在可以收到确认通知了! » Google AdSense 中文博客


如果您曾经通过网站管理员工具提交过重新审核网站的申请的话,您或许想知道Google收到这些申请之后的处理情况是怎样的。 一直以来我们都尽最大努力尽快处理这些申请,但是到目前为止,我们仍然未能对已经处理完毕的申请向网站管理员们一一通知。

现在我们对此做了改进。自上周起,如果您的申请已经被处理了,我们将会向您的网站管理员工具的邮件中心发送一封通知,告知您的申请已经处理完毕。(如果您希望通过您的电子邮件订阅邮件中心的通知的话,可以参考这里)。

在收到重新审核申请已被受理的通知后,您可以查看您的网站在搜索结果中的表现情况。如果一切良好,就意味着Google已经审核过您的网站,并且确信它已经符合网站管理员指南了。如果您的网站仍旧表现不好,我们建议您重新阅读网站管理员指南,并阅读了解为何网站在搜索方面表现不佳

^==Back Home: www.chedong.com

^==Back Digest Home: www.chedong.com/digest/

<== 2009-07-27
  七月 2009  
    1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31    
==> 2009-07-29