Welcome![Sign In][Sign Up]
Location:
Search - lucene api

Search list

[Other resourceLucene.Net-2.0.doc

Description: Lucene2.0 .Net 版本 API 介绍与使用
Platform: | Size: 3698926 | Author: Jingtian Jiang | Hits:

[Other resourceLucene.Net-1.9.final-007-11Oct06.doc

Description: Lucene.net MSDN版文档, 帮住Lucene开发人员了解Lucene.net 提供的API,这是2.0版本
Platform: | Size: 796325 | Author: Thomas li | Hits:

[JSP/JavaLuceneInAction

Description: LuceneInAction配套源码,LuceneInAction是对lucene api的详细讲解及具体应用.此源码即应用例子
Platform: | Size: 8489902 | Author: kaiyan | Hits:

[JSP/JavaLuceneServer-0.1

Description: Abstract The Lucene Server project is an attempt to extend the Jakarta Lucene tool with server capabilities. Lucene is a robust Java API that enables you creating indexes from text sources and perform powerful searches on these indexes. With Lucene, creating an index must be done programmatically and there are almost no possibilities of integrating index management in a distributed environment. In other words, out of the box, Lucene is suitable for integrating indexing and searching possibilities in a single application but not for providing index/search services for multiple applications. The Lucene Server project comes with a Java API that propose the following make it easy to create indexes in a declarative way by simply providing an XML configuration document. make it easy to personalize the way Lucene must handle different kind of data sources. provide services for index management and searching that can be accessed from several applications. enable batch tasks scheduling. -AbstractThe Lucene Server project is an attempt to extend the Jakarta Lucene tool with server capabilities.Lucene is a robust Java API that enables you creating indexes from text sources and perform powerful searches on these indexes. With Lucene, creating an index must be done programmatically and there are almost no possibilities of integrating index management in a distributed environment. In other words, out of the box, Lucene is suitable for integrating indexing and searching possibilities in a single application but not for providing index/search services for multiple applications. The Lucene Server project comes with a Java API that propose the followingmake it easy to create indexes in a declarative way by simply providing an XML configuration document. make it easy to personalize the way Lucene must handle different kind of data sources. provide services for index management and searching that can be accessed from several applications. enable batch tasks scheduling.
Platform: | Size: 226304 | Author: 童小军 | Hits:

[.netLucene.Net-2.0.doc

Description: Lucene2.0 .Net 版本 API 介绍与使用-Lucene2.0. Net version of API introduction and use of
Platform: | Size: 3698688 | Author: Jingtian Jiang | Hits:

[.netIKAnalyzer

Description: IKAnalyzer是中文分词工具,基于lucene2.0版本API开发,实现了以词典分词为基础的正反向全切分算法,是Lucene Analyzer接口的实现,这个是.Net版本,含有源代码-IKAnalyzer is the Chinese word segmentation tool lucene2.0 version of API-based development, the realization of a dictionary word segmentation based on the pros and cons to the whole segmentation algorithm is Lucene Analyzer Interface realize, this is. Net version, which contains the source code
Platform: | Size: 1904640 | Author: Jingtian Jiang | Hits:

[.netLucene.Net-1.9.final-007-11Oct06.doc

Description: Lucene.net MSDN版文档, 帮住Lucene开发人员了解Lucene.net 提供的API,这是2.0版本-Lucene.net MSDN version of document, Lucene live help developers understand Lucene.net provided API, this is version 2.0
Platform: | Size: 795648 | Author: Thomas li | Hits:

[JSP/JavaLuceneInAction

Description: LuceneInAction配套源码,LuceneInAction是对lucene api的详细讲解及具体应用.此源码即应用例子-LuceneInAction supporting source, LuceneInAction is lucene api detailed briefings and the specific application. This example application source code that is
Platform: | Size: 8489984 | Author: kaiyan | Hits:

[JSP/Javalucene_api

Description:  Lucene是apache软件基金会[4] jakarta项目组的一个子项目,是一个开放源代码[5]的全文检索引擎工具包,即它不是一个完整的全文检索引擎,而是一个全文检索引擎的架构,提供了完整的查询引擎和索引引擎,部分文本分析引擎(英文与德文两种西方语言)。Lucene的目的是为软件开发人员提供一个简单易用的工具包,以方便的在目标系统中实现全文检索的功能,或者是以此为基础建立起完整的全文检索引擎。 -Lucene is the apache Software Foundation [4] jakarta project, a sub-group is an open-source [5] of the full-text search engine tool kit, that is, it is not a complete full-text search engine, but a framework for full-text search engine to provide a complete query engine and index engine, part of text analysis engine (in English and two western German language). Lucene is designed for software developers to provide an easy-to-use toolkit to facilitate the achievement of the target system in the full-text search functions, or as the basis for the establishment of a complete full-text search engine.
Platform: | Size: 2320384 | Author: 道哥 | Hits:

[JSP/Javalucene-2.4.0-src

Description: lucene-2.4.0 是一个全文收索的工具包,提供了实现全文收索的api-Lucene is an Open Source, mature and high-performance Java search engine.
Platform: | Size: 764928 | Author: xie | Hits:

[MultiLanguageLucene.Net.Analysis.Cn

Description: Lucene是什么? Lucene是Apache组织的一个用JAVA实现全文搜索引擎的开源项目。后来有人将Lucene移植到。Net语言。 Lucene是一个信息检索的函数库(Library),利用它你可以为你的应用加上索引和搜索的功能。 Lucene的使用者不需要深入了解有关全文检索的知识,仅仅学会使用库中的一个类,你就为你的应用实现全文检索的功能。 不过千万别以为Lucene是一个象google那样的搜索引擎,Lucene甚至不是一个应用程序,它仅仅是一个工具,一个Library。你也可以把它理解为一个将索引、搜索功能封装的很好的一套简单易用的API。利用这套API你可以做很多有关搜索的事情,而且很方便。 Lucene能做什么? Lucene可以对任何的数据做索引和搜索。 Lucene不管数据源是什么格式,只要它能被转化为文字的形式,就可以被Lucene所分析利用。也就是说不管是MS word, Html ,pdf还是其他什么形式的文件只要你可以从中抽取出文字形式的内容就可以被Lucene所用。你就可以用Lucene对它们进行索引以及搜索。 -What is Lucene? Lucene is an Apache with organizations to achieve full-text search engine JAVA open-source project. Later, some people will migrate to Lucene. Net language. Lucene is a library of information retrieval (Library), you can use it for your application together with the indexing and search functions. Lucene users do not need a deeper understanding of the full-text search of knowledge, just learn how to use a class library, you achieve your application for full-text search function. But do not think that Lucene is a kind of like the google search engine, Lucene is not even an application, it is merely a tool, a Library. You can also it will be understood as an index, a good search function of a package easy-to-use API. Use this API you can do a lot of things related to search and easily. Lucene can do? Lucene can do for any of the data and search index. Lucene regardless of what format the data source, as long as it can be transformed into the f
Platform: | Size: 95232 | Author: liutonglai | Hits:

[File OperateLucene.Net-2.0-002-27Nov06-src

Description: 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 search capabilities to applications. The Lucene web site is at: http://lucene.apache.org/ Please join the Lucene-User mailing list by sending a message to: java-user-subscribe@lucene.apache.org FILES lucene-XX.jar The compiled lucene library. docs/index.html The contents of the Lucene website. docs/api/index.html The Javadoc Lucene API documentation. src/java The Lucene source code. src/demo Some example code. -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 search capabilities to applications. The Lucene web site is at: http://lucene.apache.org/ Please join the Lucene-User mailing list by sending a message to: java-user-subscribe@lucene.apache.org FILES lucene-XX.jar The compiled lucene library. docs/index.html The contents of the Lucene website. docs/api/index.html The Javadoc Lucene API documentation. src/java The Lucene source code. src/demo Some example code.
Platform: | Size: 948224 | Author: qt033 | Hits:

[JSPluceneAPI

Description: lucene api 使用文档英文版(抱歉中文版咱没有找到...) 一种全文检索引擎 应该说是“可以配合字典分词,提取关键字”,而不是必须 配合字典的话会有较强的专业性和精度 -lucene api to use the document English version (sorry English咱not found ...) A full-text search engine should say " can match a dictionary word, extract keywords," rather than to be with the words of the dictionary will have a strong professional and accuracy
Platform: | Size: 3449856 | Author: alex li | Hits:

[Search EngineAPI_lucene3.0.0

Description: 最新的lucene3中文api,是了解lucene的最好的学习文档。-The latest lucene3 Chinese api, is to understand the best learning lucene document.
Platform: | Size: 11599872 | Author: | Hits:

[JSP/JavaAPI_lucene3.0.0

Description: 完成网站的批量文件的搜索功能,最新版的中文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
Platform: | Size: 7571456 | Author: gaoxuejiao | Hits:

[Search Enginelucene-3.0.2-src

Description: 搜索引擎使用的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
Platform: | Size: 14034944 | Author: huangfuyuan | Hits:

[JSP/Javalucene-2.9.4

Description: lucene 2.9jar包和源代码,更新了一些api接口,有详细的说明文档-lucene 2.9jar packages and source code, update some api interface, detailed documentation
Platform: | Size: 26770432 | Author: wu | Hits:

[JSP/Javalucene-api

Description: Lucene 中文API,详细讲解了lucene的基本操作-Lucene API Chinese
Platform: | Size: 154624 | Author: 王小帅 | Hits:

[JSP/JavaLucene-API

Description: Lucene2.0 的中文开发API,包含各个包的导入,其中还有部分源代码进行解释。-Lucene2.0 the Chinese developed the API, including the import of each package, which also explain part of the source code.
Platform: | Size: 157696 | Author: whj | Hits:

[DocumentsLucene IN ACTION中文版

Description: 一个开源的使用java语言编写的全文搜索引擎开发包。它通过浅显的语言、大量的图注、丰富的代码示例,以及清晰的结构为读者呈现出作为优秀开源项目的lucene所体现的强大功能。全书共10章,分为两大部分。第1部分lucene的核心,着重于lucene的核心 api介绍,并按照把lucene集成到程序中的顺序宋组织;第2部分lucene的应用,通过对lucene内置工具的介绍,展示了lucene技术的高级应用和在各种程序语言上的移植。(An open source java language full-text search engine development kit. It presents the powerful capabilities of the Lucene as an excellent open source project through plain language, a large amount of drawings, rich code examples, and a clear structure. The book consists of 10 chapters, divided into two parts. The core of the first part of the Lucene core, API focuses on the introduction of the Lucene, and in accordance with the Lucene integrated into the program sequence of song organization; the second part of the Lucene application, through the built-in Lucene tool, showing the advanced application of Lucene technology in a variety of programming languages and transplantation on.)
Platform: | Size: 59330560 | Author: 哈哈已经存在 | Hits:
« 12 »

CodeBus www.codebus.net