发布于 2017-12-08 00:21:35 | 301 次阅读 | 评论: 0 | 来源: 网友投递
这里有新鲜出炉的ElasticSearch权威指南,程序狗速度看过来!
ElasticSearch 基于Lucene的搜索引擎
ElasticSearch是一个基于Lucene构建的开源,分布式,RESTful搜索引擎。设计用于云计算中,能够达到实时搜索,稳定,可靠,快速,安装使用方便。支持通过HTTP使用JSON进行数据索引。
我们建立一个网站或应用程序,并要添加搜索功能,令我们受打击的是:搜索工作是很难的。我们希望我们的搜索解决方案要快,我们希望有一个零配置和一个完全免费的搜索模式,我们希望能够简单地使用JSON通过HTTP的索引数据,我们希望我们的搜索服务器始终可用,我们希望能够一台开始并扩展到数百,我们要实时搜索,我们要简单的多租户,我们希望建立一个云的解决方案。Elasticsearch旨在解决所有这些问题和更多的。
Elasticsearch 6.0.1 已发布,Elasticsearch 是一个分布式的 RESTful 风格的搜索和数据分析引擎。
Scroll
Fail queries with scroll that explicitely set request_cache #27342
Core
Fix classes that can exit #27518
Discovery
Plugin Repository S3
Search
fix unnecessary logger creation #27349
Sequence IDs
Snapshot/Restore
Remove XContentType auto detection in BlobStoreRepository #27480
Cluster
Properly format IndexGraveyard deletion date as date #27362
Core
Do not set data paths on no local storage required #27587 (issue: #27572)
Ensure threadcontext is preserved when refresh listeners are invoked #27565
Avoid NPE when getting build information #27442
When building Settings do not set SecureSettings if empty #26988 (issue: #316)
Engine
Inner Hits
Return an empty _source for nested inner hit when filtering on a field that doesn’t exist #27531
Mapping
Fix dynamic mapping update generation. #27467
Fixed rounding of bounds in scaled float comparison #27207 (issue: #27189)
Nested Docs
Ensure nested documents have consistent version and seq_ids #27455
Network
Throw UOE from compressible bytes stream reset #27564 (issue: #24927)
Bubble exceptions when closing compressible streams #27542 (issue: #27540)
Plugin Lang Painless
Plugin Repository GCS
Recovery
Reindex API
Search
Fix profiling naming issues #27133
Sequence IDs
Snapshot/Restore
Do not swallow exception in ChecksumBlobStoreFormat.writeAtomic() #27597
Delete shard store files before restoring a snapshot #27476 (issues: #20220, #26865)
Fix snapshot getting stuck in INIT state #27214 (issue: #27180)
Fix default value of ignore_unavailable for snapshot REST API (#25359) #27056 (issue: #25359)
Do not create directory on readonly repository (#21495) #26909 (issue: #21495)
Plugin Discovery EC2
Plugin Discovery GCE
下载地址: