发布于 2014-09-25 00:30:22 | 189 次阅读 | 评论: 0 | 来源: 网友投递

这里有新鲜出炉的精品教程,程序狗速度看过来!

Apache Solr 企业级全文搜索引擎

Solr是一个独立的企业级搜索应用服务器,它对外提供类似于Web-service的API接口。用户可以通过http请求,向搜索引擎服务器提交一定格式的XML文件,生成索引;也可以通过Http Get操作提出查找请求,并得到XML格式的返回结果;


Apache Solr 4.9.1 发布,此版本现已提供下载,此版本包括了 2 个 bug 修复,还有 Apache Lucene 4.9.1 的 7 个 bug 修复。更新详情请看 CHANGES.txt 文件。

The Lucene PMC is pleased to announce the release of Apache Solr 4.9.1

Solr is the popular, blazing fast, open source NoSQL search platform
from the Apache Lucene project. Its major features include powerful
full-text search, hit highlighting, faceted search, dynamic
clustering, database integration, rich document (e.g., Word, PDF)
handling, and geospatial search. Solr is highly scalable, providing
fault tolerant distributed search and indexing, and powers the search
and navigation features of many of the world's largest internet sites.

Solr 4.9.1 is available for immediate download at:

    http://lucene.apache.org/solr/mirrors-solr-latest-redir.html

Solr 4.9.1 includes 2 bug fixes, as well as Lucene 4.9.1 and its 7 bug fixes.

See the CHANGES.txt file included with the release for a full list of
changes and further details.

Please report any feedback to the mailing lists
(http://lucene.apache.org/solr/discussion.html)

Apache Solr (读音: SOLer) 是一个开源的搜索服务器。Solr 使用 Java 语言开发,主要基于 HTTP 和 Apache Lucene 实现。Apache Solr 中存储的资源是以 Document 为对象进行存储的。每个文档由一系列的 Field 构成,每个 Field 表示资源的一个属性。Solr 中的每个 Document 需要有能唯一标识其自身的属性,默认情况下这个属性的名字是 id,在 Schema 配置文件中使用:<uniqueKey>id</uniqueKey>进行描述。

Solr是一个高性能,采用Java5开发,基于Lucene的全文搜索服务器。文档通过Http利用XML加到一个搜索集合中。查询该集合也是通过 http收到一个XML/JSON响应来实现。它的主要特性包括:高效、灵活的缓存功能,垂直搜索功能,高亮显示搜索结果,通过索引复制来提高可用性,提 供一套强大Data Schema来定义字段,类型和设置文本分析,提供基于Web的管理界面等。

更多屏幕截图:

http://lucene.apache.org/solr/screenshots.html



历史版本 :
Java 全文搜索服务器 Apache Solr 7.2.1 发布,重要修复
Apache Solr 7.2.0 发布,Java 全文搜索服务器
Apache Solr 5.5.5 发布,Java 全文搜索服务器
Apache Solr 6.6.2 发布,Java 全文搜索服务器
Apache Lucene 6.6.2 和Apache Solr 6.6.2 发布,Java 搜索引擎
Apache Solr 7.0.1 发布,Java 全文搜索服务器
Apache Solr Reference Guide for 7.0 发布
Apache Solr 7.0.0 发布,Java 全文搜索服务器
Apache Solr 6.6.1 发布,Java 全文搜索服务器
Apache Solr 6.6.0 发布,Java 全文搜索服务器
Apache Solr 6.5.1 发布,Java 全文搜索服务器
Apache Solr 6.5.0 发布,Java 全文搜索服务器
最新网友评论  共有(0)条评论 发布评论 返回顶部

Copyright © 2007-2017 PHPERZ.COM All Rights Reserved   冀ICP备14009818号  版权声明  广告服务