<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_lucene专题</title><subtitle type="text">lucene专题</subtitle><id>http://feed.cnblogs.com/blog/u/8494/rss</id><updated>2005-02-21T09:21:04Z</updated><author><name>lucene专题</name><uri>http://www.cnblogs.com/lucene/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lucene/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/8494/rss"/><entry><id>http://www.cnblogs.com/lucene/archive/2005/02/21/107033.html</id><title type="text">利用Lucene.net搜索引擎进行多条件搜索的做法</title><summary type="text">1 联合两个索引查询，已解决：IndexSearcher[] searchers = new IndexSearcher[2];&amp;#160;&amp;#160;&amp;#160;searchers[0] = new IndexSearcher(m_indexpath);searchers[1] = new IndexSearcher(m_outindexpath);MultiSearcher multiSear...</summary><published>2005-02-21T09:21:00Z</published><updated>2005-02-21T09:21:00Z</updated><author><name>lucene专题</name><uri>http://www.cnblogs.com/lucene/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lucene/archive/2005/02/21/107033.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lucene/archive/2005/02/21/107033.html"/></entry><entry><id>http://www.cnblogs.com/lucene/archive/2005/02/21/107031.html</id><title type="text">提供Lucene.Net的源码下载地址 </title><summary type="text">提供Lucene.Net的源码下载地址 飞天狐狸提供的地址给各位下载：http://www.18show.cn/down/Lucene_Net.rar</summary><published>2005-02-21T09:17:00Z</published><updated>2005-02-21T09:17:00Z</updated><author><name>lucene专题</name><uri>http://www.cnblogs.com/lucene/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lucene/archive/2005/02/21/107031.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lucene/archive/2005/02/21/107031.html"/></entry><entry><id>http://www.cnblogs.com/lucene/archive/2004/12/25/81704.html</id><title type="text">为自己的系统搞个全文搜索 参考值：2</title><summary type="text">在本文我又提到lucene了，在java业界，提到全文检索，几乎没有什么人不知道它。用google搜索一下，满世界都是有关资料。具有代表性的就是车东的&amp;#8220;基于Java的全文索引引擎Lucene简介&amp;#8221;，我要写的也就只有最简单的三板斧，再加上支持中文的ChineseAnalyzer以及按照时间排序的搜索结果排序方法。这些都可以在其他地方找到相关资料，我只是把他们提出来，作为luc...</summary><published>2004-12-24T17:07:00Z</published><updated>2004-12-24T17:07:00Z</updated><author><name>lucene专题</name><uri>http://www.cnblogs.com/lucene/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lucene/archive/2004/12/25/81704.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lucene/archive/2004/12/25/81704.html"/></entry><entry><id>http://www.cnblogs.com/lucene/archive/2004/12/25/81701.html</id><title type="text">Lucene 全文检索实践（5） 参考指数 ： 3</title><summary type="text">对于 Lucene 的初步研究已经过去一段时间，自己感觉还不是很深入，但由于时间的关系，一直也没再拿起。应网友的要求，将自己实践中写的一些代码贴出来，希望能对大家有用。程序没有做进一步的优化，只是很简单的实现功能而已，仅供参考。在实践中，我以将 PHP 中文手册中的 HTML 文件生成索引，然后通过一个 JSP 对其进行全文检索。生成索引的 Java 代码：/** * PHPDocIndexer....</summary><published>2004-12-24T16:58:00Z</published><updated>2004-12-24T16:58:00Z</updated><author><name>lucene专题</name><uri>http://www.cnblogs.com/lucene/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lucene/archive/2004/12/25/81701.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lucene/archive/2004/12/25/81701.html"/></entry><entry><id>http://www.cnblogs.com/lucene/archive/2004/12/20/79804.html</id><title type="text">Lucene中的基本概念 </title><summary type="text">本文定义了Lucene（版本1.3）用到的索引文件的格式。Jakarta Lucene是用Java写成的，同时有很多团体正在默默的用其他的程序语言来改写它。如果这些新的版本想和Jakarta Lucene兼容，就需要一个与具体语言无关的Lucene索引文件格式。本文正是试图提供一个完整的与语言无关的Jakarta Lucene 1.3索引文件格式的规格定义。随着Lucene不断发展，本文也应该更新...</summary><published>2004-12-20T15:57:00Z</published><updated>2004-12-20T15:57:00Z</updated><author><name>lucene专题</name><uri>http://www.cnblogs.com/lucene/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lucene/archive/2004/12/20/79804.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lucene/archive/2004/12/20/79804.html"/></entry></feed>
