Welcome![Sign In][Sign Up]
Location:
Search - DotLucene

Search list

[Search EngineSearchDotnet

Description: DotLucene: Full-Text Search for Your Intranet or Website using 37 Lines of Code -DotLucene: Full-Text Search for Your Intranet or Website using 37 Lines of Code
Platform: | Size: 68626 | Author: 竹子 | Hits:

[Other resourcelucene.net-1.9.RC1-002-7Feb06.src

Description: dotlucene 全文搜索引擎包,可以用来建立索引或者搜索
Platform: | Size: 550792 | Author: 掌握 | Hits:

[Other resource1

Description: 一个关于基于DotLucene网站全文搜索系统的实现的优秀论文
Platform: | Size: 3499393 | Author: tyiu | Hits:

[Search EngineShootSearch

Description: 基于dotlucene的c#开源搜索引擎 基于dotlucene的c#开源搜索引擎
Platform: | Size: 1167412 | Author: ripeyv | Hits:

[CSharp基于dotlucene的c#开源搜索引擎

Description: 基于dotlucene的c#开源搜索引擎
Platform: | Size: 2792742 | Author: nurong | Hits:

[Search EngineSearchDotnet

Description: DotLucene: Full-Text Search for Your Intranet or Website using 37 Lines of Code -DotLucene: Full-Text Search for Your Intranet or Website using 37 Lines of Code
Platform: | Size: 68608 | Author: 竹子 | Hits:

[Search EngineDotLuceneAPISearchDemo-1.1

Description: lucene.net demo-lucene.net demo
Platform: | Size: 2498560 | Author: timon13 | Hits:

[Search EngineDotLuceneSearch_src

Description: 在.net下应用的一个搜索引擎的源代码。-In. Net under the application of a search engine s source code.
Platform: | Size: 372736 | Author: wienee | Hits:

[SQL Serverdotlucenetest

Description: DotLucentet,用来做撬,使用。 之前是Java的程序,现在改用》net来做的。 -DotLucentet used in making a crowbar use. Java before the procedure is now moving to a "net very consistent.
Platform: | Size: 199680 | Author: 赵小虎 | Hits:

[Software Engineering1

Description: 一个关于基于DotLucene网站全文搜索系统的实现的优秀论文-DotLucene-based Web site on full-text search system for outstanding thesis
Platform: | Size: 3499008 | Author: tyiu | Hits:

[Search EngineShootSearch

Description: 基于dotlucene的c#开源搜索引擎 基于dotlucene的c#开源搜索引擎-Dotlucene based on the c# Open source search engine based on dotlucene the c# Open source search engine
Platform: | Size: 2792448 | Author: | Hits:

[CSharpDotLuceneSearch_src

Description: Full-Text Search for Your Intranet or Website DotLucene is a .NET port of Jakarta Lucene search engine maintained by George Aroush et al. Here is a quick list of its features: It can be used in ASP.NET, Win Forms or console applications. Very good performance. Ranked search results. Search query highlighting in results. Searches structured and unstructured data. Metadata searching (query by date, search custom fields...). Index size approximately 30 of the indexed text. Can also store full indexed documents. Pure managed .NET in a single assembly (244 KB). Very friendly licensing (Apache Software License 2.0). Localizable (support for Brazilian, Czech, Chinese, Dutch, English, French, Japanese, Korean and Russian included). Extensible (source code included). -Full-Text Search for Your Intranet or Website DotLucene is a .NET port of Jakarta Lucene search engine maintained by George Aroush et al. Here is a quick list of its features: It can be used in ASP.NET, Win Forms or console applications. Very good performance. Ranked search results. Search query highlighting in results. Searches structured and unstructured data. Metadata searching (query by date, search custom fields...). Index size approximately 30 of the indexed text. Can also store full indexed documents. Pure managed .NET in a single assembly (244 KB). Very friendly licensing (Apache Software License 2.0). Localizable (support for Brazilian, Czech, Chinese, Dutch, English, French, Japanese, Korean and Russian included). Extensible (source code included).
Platform: | Size: 372736 | Author: Yu-Chieh Wu | Hits:

[Search EngineCrawler_src_code

Description: 网页爬虫(也被称做蚂蚁或者蜘蛛)是一个自动抓取万维网中网页数据的程序.网页爬虫一般都是用于抓取大量的网页,为日后搜索引擎处理服务的.抓取的网页由一些专门的程序来建立索引(如:Lucene,DotLucene),加快搜索的速度.爬虫也可以作为链接检查器或者HTML代码校验器来提供一些服务.比较新的一种用法是用来检查E-mail地址,用来防止Trackback spam.-A web crawler (also known as a web spider or ant) is a program, which browses the World Wide Web in a methodical, automated manner. Web crawlers are mainly used to create a copy of all the visited pages for later processing by a search engine, that will index the downloaded pages to provide fast searches. Crawlers can also be used for automating maintenance tasks on a web site, such as checking links, or validating HTML code. Also, crawlers can be used to gather specific types of information from Web pages, such as harvesting e-mail addresses (usually for spam).
Platform: | Size: 55296 | Author: lisi | Hits:

[CSharpDotLuceneDemo

Description: DotLucene演示源码 DotLucene实际是Lucene的Asp.net版本,也称为lucene.net 该项目的原型为DotLuceneAPISearchDemo-1.1,后经51aspx升级为Asp.net2.0版本并改为WebApplication类型 该demo演示了Lucene的常用功能(智能分词、关键字高亮等) 在测试自定义添加数据后点击建立索引按钮才能生效(此功能由51aspx添加),原版只检索目录下的html文件,51Aspx改为了检索所有文件 1) Indexer文件夹:索引命令源码 其下包括文件目录 - Indexer - lib 2) Searcher文件夹:示例演示目录 - 1.4 文件夹下为相关的英文文档(同时也是索引测试数据源) - index 索引数据存放目录-DotLucene demo source code DotLucene actual Lucene of Asp.net version, also known lucene.net The prototype for the project DotLuceneAPISearchDemo-1.1 upgrade by 51aspx for Asp.net2.0 version and instead WebApplication type The demo demonstrates the common feature of Lucene (the intelligent segmentation, keyword highlighting, etc.) Custom add data, click the index button to take effect (this function is performed by 51aspx add), the original only retrieve the html file in the directory in the test, 51Aspx changed to retrieve all documents 1) Indexer folder: index command source Under which the file directory - Indexer - Lib 2) Searcher folder: example demonstrates directory - 1.4 folder of the English document (as well as the index test data source) - Index index data store directory
Platform: | Size: 743424 | Author: xsj | Hits:

CodeBus www.codebus.net