搜索资源列表
Simple_Search_Engine
- 用java编程语言在引用Lucene的基础上在tomcat服务器中实现的一个简易搜索网页的引擎,包含了搜索网页、索引、查找这三个模块,除了源码外还附上设计文档-java programming language used in Lucene quoted on the basis of tomcat server achieved a simple web search engine, including the search pages, index, search for the three
lucene-2.2.0
- lucene开发demo例子及源码包,包中的文档有demo介绍,多种组合得索引建立
123456
- 一套基于asp.net v2.0的CMS,支持Sql Server 2000及以上版本的数据库;基于栏目、文档的方式组织网站结构;支持栏目级的权限判断,可自定义栏目属性、文档属性;基于lucene的全文搜索,可自定义索引内容;强大的缓存功能,缓存内容以文件的方式存放在硬盘上;集成任务定时器、URL重写; 特点介绍:
OWLS-TC3
- 这条语句创建了类 IndexWriter 的一个实例,该类也是 Lucene 索引机制里面的一个关键类。这个类能创建一个新的索引或者打开一个已存在的索引并为该所引添加文档。我们注意到该类的构造函数接受三个参数,第一个参数指 定了存储索引文件的路径。第二个参数指定了在索引过程中使用什么样的分词器。-IndexWriter indexWriter = new IndexWriter(indexDir,luceneAnalyzer,true
LuceneP3.3.0PAPI.CHM
- lucene3.3最新中文文档 chm格式-lucene Chinese documents
Lucene-Source-code-analysis
- Lucene 源码分析,详细参数了Lucene索引文件的逻辑结构及工作原理。对文档的索引生成过程进行了分析讲解,对Lucene感兴趣的必看-Lucene Source code analysis
MyLucene-pre
- 基于Lucene的搜索引擎,带源码,带文档说明-Lucene-based search engine,With source code, with documentation
SplitDocument
- java 拆分一个文档为句子或段落,去掉了停用词,基于lucene-java split a document to a sentence or paragraph, remove stop words, based on lucene
sooba
- 此系统利用Lucene实现文档的全文搜索,功能强大,包括前台后台管理,是一个不错的搜索引擎-This system uses the Lucene document text search, powerful, including the management of the foreground to background
lucene.perfect
- 使用lucene 编写的一个web搜索程序,支持.xls,.doc,.ppt,.pdf,.html 等常用文档文件搜索!-Lucene prepared using a web search program, support. Xls,. Doc,. Ppt,. Pdf,. Html and other common document file search!
SplitWords
- 基于lucene的文档分词程序,去停用词,统计词频,计算词的权重-Lucene-based document segmentation procedures, to stop words, word frequency statistics
源码_俞育峰
- 知识库管理系统,包含源码和数据库。通过maven构建,使用git版本控制和团队合作,采用springmvc+mybatis框架,集成Lucene全文检索,openoffice转化office文档,ffmpeg处理视频文件,red5搭建流媒体服务,基于pageRank、TF-IDF算法提取处理知识点,webmagic爬取数据,itextpdf、poi处理office等。(knowledge base manage,resource and oracle. maven building)
知识管理系统
- 知识库管理系统,包含源码和数据库。通过maven构建,使用git版本控制和团队合作,采用springmvc+mybatis框架,集成Lucene全文检索,openoffice转化office文档,ffmpeg处理视频文件,red5搭建流媒体服务,基于pageRank、TF-IDF算法提取处理知识点,webmagic爬取数据,itextpdf、poi处理office等。