转载

Solr 5.1.0 发布,全文搜索服务器

6月14日上海 OSC 源创会开始报名,送机械键盘和开源无码内裤

Solr 5.1.0 发布,全文搜索服务器

Solr 5.1.0 发布,此版本现已提供在: http://www.apache.org/dyn/closer.cgi/lucene/solr/5.1.0 。

更新内容:

  • LUCENE_5.1.0 改进内容

  • 主要组件升级 (6)

    1. Apache Tika 1.7

    2. Carrot2 3.9.0

    3. Velocity 1.7 and Velocity Tools 2.0

    4. Apache UIMA 2.3.1

    5. Apache ZooKeeper 3.4.6

    6. Jetty 8.1.10.v20130312

  • 相比 Solr 5.0 的改进内容 (6)

    1. SolrClient query functions now declare themselves as throwing IOException in addition to SolrServerException, to bring them in line with the update functions.

    2. SolrRequest.process() is now final.  Subclasses should instead be parameterized by their corresponding SolrResponse type, and implement createResponse()

    3. The signature of SolrDispatchFilter.createCoreContainer() has changed to take (String,Properties) arguments

    4. Deprecated the 'lib' option added to create-requesthandler as part of SOLR-6801 in 5.0 release. Please use the add-runtimelib command

    5. Tika's runtime dependency of 'jhighlight' was removed as the latter was found to contain some LGPL-only code. Until that's resolved by Tika, you can download the .jar yourself and place it under contrib/extraction/lib.

    6. The _text catch-all field in data_driven_schema_configs has been renamed to _text_.

更多改进请看: http://lucene.apache.org/solr/5_1_0/changes/Changes.html#v5.1.0 。

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

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

Solr 5.1.0 发布,全文搜索服务器

正文到此结束
Loading...