设为首页收藏本站

LUPA开源社区

 找回密码
 注册
文章 帖子 博客
LUPA开源社区 首页 业界资讯 软件追踪 查看内容

Apache Solr 4.9.0 发布

2014-6-26 14:57| 发布者: joejoe0332| 查看: 2775| 评论: 0|原作者: oschina|来自: oschina

摘要:   Apache Solr 4.9.0 发布,此版本现已提供下载。Solr4.9.0值得注意的更新:*Numerousoptimizationsfordocvaluessearch-timeperformance*Allowaclientapplicationtorequesttheminiumachievedreplicationfactorfora ...

  Apache Solr 4.9.0 发布,此版本现已提供下载

Solr 4.9.0 值得注意的更新:* Numerous optimizations for doc values search-time performance* Allow a client application to request the minium achieved replication  factor for an update request (single or batch) by sending an optional  parameter "min_rf".* Query re-ranking support with the new ReRankingQParserPlugin.* A new [child ...] DocTransformer for optionally including Block-Join  decendent documents inline in the results of a search.* A new (default) Lucene49NormsFormat to better compress certain cases  such as very short fields.Solr 4.9.0 还包括了所有 Apache Lucene 4.9.0 的 bug 修复,优化和改进内容。更多内容请看 CHANGES.txt


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


酷毙

雷人

鲜花

鸡蛋

漂亮
  • 快毕业了,没工作经验,
    找份工作好难啊?
    赶紧去人才芯片公司磨练吧!!

最新评论

关于LUPA|人才芯片工程|人才招聘|LUPA认证|LUPA教育|LUPA开源社区 ( 浙B2-20090187 浙公网安备 33010602006705号   

返回顶部