搜索资源列表
luceneDocument
- 这是学习Lucene的有力武器,刚刚接触搜索引擎的初学者可以参考此文档,内有示例和API文档说明-Lucene is a powerful weapon to learn, just access to search engines beginners can refer to this document, there are examples and API documentation shows
API_lucene3.0.0
- 最新的lucene3中文api,是了解lucene的最好的学习文档。-The latest lucene3 Chinese api, is to understand the best learning lucene document.
lucene-3.0.2-src
- 搜索引擎使用的API,现在都是很热门的,很难得的哦,我找了好久才找得到-Search engines use the API, are now very popular, hard to come by Oh, I' m looking for a long time to find one
xapian-core-1.2.2.tar
- Xapian是一个用C++编写的全文检索程序,他的作用类似于Java的lucene。尽管在Java世界lucene已经是标准的全文检索程序,但是C/C++世界并没有相应的工具,而Xapian则填补了这个缺憾。 Xapian的api和检索原理和lucene在很多方面都很相似,但是也有一些地方存在不同,具体请看Xapian自己的文档:http://www.xapian.org/docs/ Xapian除了提供原生的C++编程接口之外,还提供了Perl,PHP,Python和R