内容简介:Apache Solr 7.7.2 发布了,Apache Solr 是一个开源的搜索服务器。 Solr 使用 Java 语言开发,主要基于 HTTP 和 Apache Lucene 实现。Apache Solr 中存储的资源是以 Document 为对象进行存储的。每个文档由一系列...
Apache Solr 7.7.2 发布了,Apache Solr 是一个开源的搜索服务器。
Solr 使用 Java 语言开发,主要基于 HTTP 和 Apache Lucene 实现。Apache Solr 中存储的资源是以 Document 为对象进行存储的。每个文档由一系列的 Field 构成,每个 Field 表示资源的一个属性。Solr 中的每个 Document 需要有能唯一标识其自身的属性,默认情况下这个属性的名字是 id,在 Schema 配置文件中使用 id 进行描述。
Solr 7.7.2 值得关注的更新:
- [BUG FIXED] Java 8 错误导致 Solr 中的 CPU 使用率过高
- [BUG FIXED] 如果 schema 具有必填字段,则 InPlace 更新有时会失败
- [BUG FIXED] 使用 RuleBasedAuthorizationPlugin 无法访问 Admin UI
- [BUG FIXED] MetricsHistoryHandler 不能与 BasicAuth 一起使用
- [BUG FIXED] yteArrayUtf8CharSequence 无法强制转换为 java.lang.String
请阅读 CHANGES.txt 以获取新功能和变更的完整列表:https://lucene.apache.org/solr/7_7_2/changes/Changes.html
下载地址:https://lucene.apache.org/solr/downloads.html
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:- FTServer 1.6 发布,多国语言全文搜索服务器
- FTServer 1.0 发布,多语言全文搜索服务器
- FTServer 1.1 发布,多语言全文搜索服务器
- FTServer 1.3 发布,简易多国语全文搜索服务器
- FTServer 1.5 发布,简便多国语全文搜索服务器
- Apache Solr 6.6.0 发布,Java 全文搜索服务器
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Programming the Mobile Web
Maximiliano Firtman / O'Reilly Media / 2010-07-23 / $44.99
* Learn how to use your existing skills to move into mobile web development * Discover the new possibilities of mobile web development, and understand its limitations * Get detailed coverage of ......一起来看看 《Programming the Mobile Web》 这本书的介绍吧!