内容简介:Apache Solr 6.6.0 发布,Java 全文搜索服务器
Apache Solr 6.6.0 发布了,本次更新值得关注的亮点:
-
Payload support with payload() value source and {!payload_score} and {!payload_check} query parsers
-
Solr support for SimpleTextCodec
-
Multi-field support to TermsComponent when requesting terms' statistics
-
New AtomicUpdateProcessor to convert normal update operations to atomic update operations
-
UPLOAD command (Config Set API) for uploading zipped configsets
-
MOVEREPLICA command (Collections API) for moving a replica across nodes
-
LISTALIASES command (Collections API) to return a list of all collection aliases
-
STATUS command (Core Admin API) to emit collection details of each core
-
Basic authentication can be enabled/disabled using bin/solr|bin/solr.cmd
-
Solr default/example uses WordDelimiterGraphFilterFactory and SynonymGraphFilterFactory
-
Expose cache statistics using metrics API
-
CloudSolrClient can now be initialized using the base URL of a Solr instance instead of ZooKeeper hosts
-
Grouping, CollapseQParser and ExpandComponent support with PointFields
-
Variance and Standard Deviation aggregators for the JSON Facet API
-
JSON Faceting now supports a query time 'join' domain change option
-
CartesianProductStream, which turns a single tuple with a multi-valued field into N tuples, one for each value in the multi-valued field
-
New Streaming Evaluators: Basic math, UUID, Date/time, correlation, regress, predict, covariance, convolution, normalize
-
New Streaming Expressions: shuffle, echo, eval, timeseries, let, get, tuple
以上所述就是小编给大家介绍的《Apache Solr 6.6.0 发布,Java 全文搜索服务器》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:- FTServer 1.6 发布,多国语言全文搜索服务器
- FTServer 1.0 发布,多语言全文搜索服务器
- FTServer 1.1 发布,多语言全文搜索服务器
- FTServer 1.3 发布,简易多国语全文搜索服务器
- FTServer 1.5 发布,简便多国语全文搜索服务器
- Apache Solr 6.5.1 发布,Java 全文搜索服务器
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
深入理解LINUX内核(第三版)
(美)博韦,西斯特 / 陈莉君;张琼声;张宏伟 / 中国电力出版社 / 2007-10-01 / 98.00元
为了彻底理解是什么使得Linux能正常运行以及其为何能在各种不同的系统中运行良好,你需要深入研究内核最本质的部分。内核处理CPU与外界间的所有交互,并且决定哪些程序将以什么顺序共享处理器时间。它如此有效地管理有限的内存,以至成百上千的进程能高效地共享系统。它熟练地统筹数据传输,这样CPU 不用为等待速度相对较慢的硬盘而消耗比正常耗时更长的时间。 《深入理解Linux内核,第三版》指导你对内核......一起来看看 《深入理解LINUX内核(第三版)》 这本书的介绍吧!