nfs – 有没有好的内联网搜索引擎?

我正在寻找一个内联网搜索引擎,它能够支持我们的内部网站点和网络共享,如SMB,NFS和可选的AFP.

对我们来说更好的是一个搜索引擎,它可以通过Mac OS X上的Spotlight框架等插件进行扩展.

有人知道这样的事吗?到目前为止,我发现的大多数结果只能用于搜索网站.

解决方法

Xapian Omega令人惊叹.它可以在大多数操作系统上运行.

From the website:

Xapian is a highly adaptable toolkit
which allows developers to easily add
advanced indexing and search
facilities to their own applications.
It supports the Probabilistic
@R_672_4045@ion Retrieval model and also
supports a rich set of boolean query
operators.

然后将其与Omega相结合,再次引用their site

Omega operates on a set of databases.
Each database is created and updated
separately using either omindex or
scriptindex. You can search these
databases (or any other Xapian
database with suitable contents) via a
web front-end provided by omega,a CGI
application. A search can also be done
over more than one database at once.

它易于安装和工作,即使在大量文件集上也非常快.我们使用它来索引网站上传目录和~350GB的samba共享.

相关文章

/etc/sysctl.conf这个目录主要是配置一些系统信息,/etc/sys...
1.作用 useradd或adduser命令用来建立用户帐号和创建用户的起...
它们都是多模式编辑器,不同的是vim 是vi的升级版本,它不仅...
不管是我们在安装软件还是监测软件的使用性能,我们都要随时...
装好Tomcat7后,发现除了本机能访问外界访问不了,岂有此理。...
修改防火墙配置需要修改 /etc/sysconfig/iptables 这个文件,...