搜索资源列表
luceneApplication
- 这是一个用Lucene作的一个简单的入门的例子,分几步介绍Lucene的基本使用.-Lucene used for the induction of a simple example, Lucene several steps on the basic use.
Lucene
- 在网上找到的一本全面介绍lucene分词功能书。很不错!-a book named lucene in action
lucene多索引文件并行查询
- 多字段搜索就是同时要一个以上的字段中的内容进行比较搜索,类似概念在SQL中就是select * from Table where a like '%query%' or b like '%query%'。
Lucene
- Lucene 3.0的原理与代码分析,内容很详细,有兴趣的可以好好看看!-Lucene 3.0 principles and code analysis, the content is very detailed and are interested can take a look!
law-of-cosines
- Lucene中的评分机制,也是算一个相似度的问题,不过它采用的是计算向量间的夹角(余弦公式),在google黑板报中的:数学之美(余弦定理和新闻分类) 也有说明,可以通过余弦定理来判断相似度;于是决定自己动手试试。-Scoring mechanism in Lucene, also calculate a similarity problem, but it USES is the Angle between the vectors (cosine formula), in the Google
Lucene-WEB-search-program
- Lucene_ build a simple WEB search program
Build-a-search-engine
- 基于Ajax+Lucene构建搜索引擎的设计和实现.jsp.计算机毕业程序,万套成品加定做。Q1533974260-Build a search engine
Lucene IN ACTION中文版
- 一个开源的使用java语言编写的全文搜索引擎开发包。它通过浅显的语言、大量的图注、丰富的代码示例,以及清晰的结构为读者呈现出作为优秀开源项目的lucene所体现的强大功能。全书共10章,分为两大部分。第1部分lucene的核心,着重于lucene的核心 api介绍,并按照把lucene集成到程序中的顺序宋组织;第2部分lucene的应用,通过对lucene内置工具的介绍,展示了lucene技术的高级应用和在各种程序语言上的移植。(An open source java language full