搜索资源列表
Lucene.Net-2.0.doc
- Lucene2.0 .Net 版本 API 介绍与使用
Lucene.Net-1.9.final-007-11Oct06.doc
- Lucene.net MSDN版文档, 帮住Lucene开发人员了解Lucene.net 提供的API,这是2.0版本
LuceneInAction
- LuceneInAction配套源码,LuceneInAction是对lucene api的详细讲解及具体应用.此源码即应用例子
lucene_api
- Lucene是apache软件基金会[4] jakarta项目组的一个子项目,是一个开放源代码[5]的全文检索引擎工具包,即它不是一个完整的全文检索引擎,而是一个全文检索引擎的架构,提供了完整的查询引擎和索引引擎,部分文本分析引擎(英文与德文两种西方语言)。Lucene的目的是为软件开发人员提供一个简单易用的工具包,以方便的在目标系统中实现全文检索的功能,或者是以此为基础建立起完整的全文检索引擎。 -Lucene is the apache Software Foundation [4]
lucene-2.4.0-src
- lucene-2.4.0 是一个全文收索的工具包,提供了实现全文收索的api-Lucene is an Open Source, mature and high-performance Java search engine.
Lucene.Net.Analysis.Cn
- Lucene是什么? Lucene是Apache组织的一个用JAVA实现全文搜索引擎的开源项目。后来有人将Lucene移植到。Net语言。 Lucene是一个信息检索的函数库(Library),利用它你可以为你的应用加上索引和搜索的功能。 Lucene的使用者不需要深入了解有关全文检索的知识,仅仅学会使用库中的一个类,你就为你的应用实现全文检索的功能。 不过千万别以为Lucene是一个象google那样的搜索引擎,Lucene甚至不是一个应用程序,它仅仅
lucene
- Lucene提供了一组简单却足够强大的核心API,只需要最小限度地理解全文索引和搜索。你只须学习它的几个类从而把Lucene集成到一个应用程序中。因为Lucene是一个Java库,它并不限定要索引和搜索的内容,这使得它比其它一些搜索程序更具有优势。-Lucene provides a set of simple but powerful enough to the core API, only minimal understanding of the need for full-text ind
Lucene.Net-2.0-002-27Nov06-src
- Lucene README file $Id: README.txt 164119 2005-04-21 20:47:18Z dnaber $ INTRODUCTION Lucene is a Java full-text search engine. Lucene is not a complete application, but rather a code library and API that can easily be used to add s
onto
- 通过建立领域本体片段,和使用lucene 技术,实现对互联网主题信息的采集和存储。-based—Ontology topic crawler,use API of lucene and database to implete the fuction of collection and storage of topic information on web.
API_lucene3.0.0
- 最新的lucene3中文api,是了解lucene的最好的学习文档。-The latest lucene3 Chinese api, is to understand the best learning lucene document.
API_lucene3.0.0
- 完成网站的批量文件的搜索功能,最新版的中文API,有助于提高网站的搜索性能-Batch file to complete the site' s search function, the latest version of the Chinese API, will help improve the site' s search performance
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
LuceneP3.3.0PAPI.CHM
- lucene3.3最新中文文档 chm格式-lucene Chinese documents
lucene-2.9.4
- lucene 2.9jar包和源代码,更新了一些api接口,有详细的说明文档-lucene 2.9jar packages and source code, update some api interface, detailed documentation
LuceneInAction
- 翻译结果(中 > 英)复制结果 The book introduced the Lucene explain profound theories in simple language -- an open source using the Java language full-text search engine development kit. Through its simple language, many of the rich, sample code, and clear
search
- lucene中indexer和searcher的使用及连接数据库,是一个简易搜索功能的实现-realize of indexer and searcher in lucene api
lucene-api
- Lucene 中文API,详细讲解了lucene的基本操作-Lucene API Chinese
API_lucene3.0.0
- lucene 3.0.0 api 开发文档-lucene 3.0.0 api
Lucene-API
- Lucene2.0 的中文开发API,包含各个包的导入,其中还有部分源代码进行解释。-Lucene2.0 the Chinese developed the API, including the import of each package, which also explain part of the source code.
Lucene IN ACTION中文版
- 一个开源的使用java语言编写的全文搜索引擎开发包。它通过浅显的语言、大量的图注、丰富的代码示例,以及清晰的结构为读者呈现出作为优秀开源项目的lucene所体现的强大功能。全书共10章,分为两大部分。第1部分lucene的核心,着重于lucene的核心 api介绍,并按照把lucene集成到程序中的顺序宋组织;第2部分lucene的应用,通过对lucene内置工具的介绍,展示了lucene技术的高级应用和在各种程序语言上的移植。(An open source java language full