搜索资源列表
IKAnalyzer3.2.8-source
- IKAnalyzer的源码包,实现中文分词功能,(1) 采用了特有的“正向迭代最细粒度切分算法”,具有60万字/ 秒的高速处理能力。 (2) 采用了多子处理器分析模式,支持:英文字母( IP 地址、Email、URL )、数字(日期,常用中文数量词,罗马数字,科学计数法),中文词汇(姓名、地名处理)等分词处理 。 (3) 优化的词典存储,更小的内存占用。支持用户词典扩展定义 (4) 针对 Lucene 全文检索优化的查询分析器 IKQueryParser;采用歧义分析算法优化查询关键
Lucene-article
- LUCENE的一段全文检索代码 很适合初学者使用 望大家支持 另外我也想找几个人来一起交流经验-LUCENE period of full-text search code is suitable for beginners to use to support the addition, I hope we are also looking for several people to come together to exchange experiences
lucene-1.4.3
- Lucene不是一个完整的全文索引应用,而是是一个用Java写的全文索引引擎工具包,它可以方便的嵌入到各种应用中实现针对应用的全文索引/检索功能。-Lucene is not a complete full-text indexing applications, but is a use Java to write the full-text indexing engine kit, which can be easily embedded into a wide range of applic
lucene_api
- Lucene是apache软件基金会[4] jakarta项目组的一个子项目,是一个开放源代码[5]的全文检索引擎工具包,即它不是一个完整的全文检索引擎,而是一个全文检索引擎的架构,提供了完整的查询引擎和索引引擎,部分文本分析引擎(英文与德文两种西方语言)。Lucene的目的是为软件开发人员提供一个简单易用的工具包,以方便的在目标系统中实现全文检索的功能,或者是以此为基础建立起完整的全文检索引擎。 -Lucene is the apache Software Foundation [4]
luceneTest
- lucene实现全文检索的实际小例子,可以实现对文本文件的检索,和对内容的查询.! lucene实现全文检索的实际小例子,可以实现对文本文件的检索,和对内容的查询.!-lucene actual full-text search to achieve a small example, can search for text files, and query the contents.! lucene actual full-text search to achieve a small exa
Lucene
- 基于Java的全文索引/检索引擎——Lucene Lucene不是一个完整的全文索引应用,而是是一个用Java写的全文索引引擎工具包,它可以方便的嵌入到各种应用中实现针对应用的全文索引/检索功能。 -Java-based full-text indexing/search engine- Lucene Lucene is not a complete application of the full-text indexing, but to use Java to write a ful
Lucene
- 基于Java的全文索引/检索引擎——Lucene Lucene不是一个完整的全文索引应用,而是是一个用Java写的全文索引引擎工具包,它可以方便的嵌入到各种应用中实现针对应用的全文索引/检索功能。-Jakarta Lucene is a full-featured text search engine written entirely in Java, and it is an open source project available for free download from A
lucene-2.4.1.tar
- 一个可靠性高,易于扩展的全文检索工具包,可以嵌入到各种应用中,为应用提供全文检索功能-A high reliability, easy to extend the full-text search toolkit, can be embedded into a variety of applications, the application offers full-text search function
sample.dw.paper.lucene
- 本文用lucene和Heritrix构建了一个Web 搜索应用程序。Lucene 是基于 Java 的全文信息检索包,它目前是 Apache Jakarta 家族下面的一个开源项目。-In this paper, lucene and Heritrix built a Web search application. Lucene is a Java-based full-text information retrieval package, which is now the Apache Jak
Lucene
- Lucene写的关于搜索文本的程序,该程序可以将文本切割,并建立搜索,有全文检索功能-Lucene to write text on the search process, the program can cut the text and the establishment of search, full text search function
lucene-2.9.0
- Lucene 2.9.0 类库 一种全文检索引擎 应该说是“可以配合字典分词,提取关键字”,而不是必须 配合字典的话会有较强的专业性和精度 -Lucene 2.9.0 Class Library
lucene-2.9.0-src
- lucene-2.9.0-src.zip搜索引擎源码。 一种全文检索引擎 应该说是“可以配合字典分词,提取关键字”,而不是必须 配合字典的话会有较强的专业性和精度 -lucene-2.9.0-src.zip search engine source code. Of a full-text search engine should say " can match a dictionary word, extract keywords," rather th
lucene-2.9.1
- Lucene 应该是最新版本的,主要是分词功能和检索功能特别强大,如果要达到中文分词的功能,需要Paoding与其结合才更好-Should be the latest version of Lucene, mainly sub-word features and retrieval is particularly strong, if you want to achieve the Chinese word segmentation functionality, combined with th
1111
- 摘要:随着互联网的迅猛发展,可供人们选择的信息也迅速膨胀,如何有效利用日益增长的、海量的信息的问题变得越来越突出,传统的检索方式越来越不符合发展的需要。Lucene是信息检索领域广泛使用的基本技术,是一个用Java写的全文索引引擎工具包,访问索引时间快,支持多用户访问,可以跨平台使用。本文实现了基于Lucene的文本信息检索系统的建模和设计。-Abstract: With the rapid development of Internet, information is also availab
LireDemo-0.7
- 图片检索工具,基于lucene+lire-lucene&lire ImageSearch Tool
Lucene
- lucene 全文检索 学习笔记 适合初学者看哦-lucene full text search study notes for beginners Kane
lucene
- lucene 是java全文检索的应用层开发框架,简洁,易懂,有助于开发站内搜索-lucene is the application frame of java all-serch,succinct,clear,and useful for site-inside serching developing
Lucene
- 传智播客的lucence全文检索系统许多java企业级开发中都使用检索功能-Podcast lucence Chi Chuan full-text search system it is a good thing.
Lucene
- 简单搜索,查询实现。可以帮助用户实现的检索程序-Simple search query to achieve
lucene
- Lucene全文搜索的基础原理进行简单的分析,以及Lucene实现全文搜索的流程,之后就是Lucene在Java中的最简单使用:创建索引,查询索引库(The basic principle of Lucene full-text search is briefly analyzed, and the flow of full-text search implemented by Lucene is followed by the simplest use of Lucene in Java: c