内容简介:Lucene PMC 宣布推出 Apache Solr 的最新版本 8.0.0。 Apache Solr 是一个开源的搜索服务器,使用 Java 语言开发,主要基于 HTTP 和 Apache Lucene 实现。Apache Solr 中存储的资源是以 Document 为对象进行存储的...
Lucene PMC 宣布推出 Apache Solr 的最新版本 8.0.0。
Apache Solr 是一个开源的搜索服务器,使用 Java 语言开发,主要基于 HTTP 和 Apache Lucene 实现。Apache Solr 中存储的资源是以 Document 为对象进行存储的。每个文档由一系列的 Field 构成,每个 Field 表示资源的一个属性。Solr 中的每个 Document 需要有能唯一标识其自身的属性,默认情况下这个属性的名字是 id,在 Schema 配置文件中使用 id 进行描述。
新版值得关注的更新内容是:Solr 的节点间通信现在使用 HTTP/2。
此外,Solr 8 移除了许多已弃用的 API,更改了各种参数默认值和行为。某些更改可能需要重新索引您的内容。新版本还包括了其他许多新特性,以及 Apache Lucene 新版本的一些优化和补丁。
更新详情可查阅更改日志
下载地址:http://lucene.apache.org/solr/downloads.html
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Introduction to Computation and Programming Using Python
John V. Guttag / The MIT Press / 2013-7 / USD 25.00
This book introduces students with little or no prior programming experience to the art of computational problem solving using Python and various Python libraries, including PyLab. It provides student......一起来看看 《Introduction to Computation and Programming Using Python》 这本书的介绍吧!