搜索资源列表
lucene-2.3.0
- apache的开源搜索引擎框架,可以用其中的类包轻松建立文档索引程序
lucene+db
- lucene检索数据库的配置文档,非常好的,贡献出来!
Lucene.Net-1.9.final-007-11Oct06.doc
- Lucene.net MSDN版文档, 帮住Lucene开发人员了解Lucene.net 提供的API,这是2.0版本
Lucene
- 这是有关lucene管理的文档,若想学lucene的话可一参考一下
PDFBox-0.6.7a
- 采用java编写的处理PDF文档的程序,可从PDF文档中抽取txt文本,可与lucene搜索引擎相结合。-adopting the java programs compiled to dispose the PDF document, taking out the txt text from the PDF document, and combining with the lucene searcher.
SearchEngine
- 基于lucene的在线新闻搜索系统以及相关文档-Lucene-based search system for online news and related documents
LuceneinAction_zh
- 搜索引擎技术文档lucene技术手册主要对类似百度和google的技开发-lucenesearching
Lucenechapter12
- Lucene检索代码,用于建立索引,检索下载的文档-Lucene search code for indexing, retrieval download documents
Lucene[1].Net
- 介绍有关全文检索的类库,以lucene为例,在.net环境下实现多种类型文档的全文检索.-On the full-text search of the library to Lucene as an example, at. Net environment achieve a variety of types of documents full-text search.
Lucene
- Lucene搜索引擎学习文档-Lucene search engine to learn the document
4
- 基于窗体的Lucene本地文件检索程序,实现文档检索-Lucene-based form document retrieval process of local
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.
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
08214942iobg
- lucene+nutch搜索引擎(lucene开发资料文档,各种功能实例)-lucene development information, features instances
DotLuceneDemo
- DotLucene演示源码 DotLucene实际是Lucene的Asp.net版本,也称为lucene.net 该项目的原型为DotLuceneAPISearchDemo-1.1,后经51aspx升级为Asp.net2.0版本并改为WebApplication类型 该demo演示了Lucene的常用功能(智能分词、关键字高亮等) 在测试自定义添加数据后点击建立索引按钮才能生效(此功能由51aspx添加),原版只检索目录下的html文件,51Aspx改为了检索所
SSE
- SSE === small search engine implement ----2013.01.17---- 补充第一份说明,这个项目是三四个月前写的基于Lucene.Net的一个小型通用搜索引擎, 稍迟会补上Demo, 当时的目标是一个通用的索引跟检索架构。 索引方面: 每增加一种需要索引的文档类型,都只需要新建一个类,在类的各个字段上标注上索引信息(如是否需要存储,是否需要分词等)然后又数据源提供实体信息给索引器即可自动索引。