Ai大模型相关案例,AI
ElasticSearch 1.5.1 发布,下载地址:https://github.com/elastic/elasticsearch/archive/v1.5.1.zip
此版本主要更改信息如下:
- Core:
- Engine:
- Sync translog before closing engine #10484
- Geo:
- Inner Hits:
- Make sure size=0 works on the inner_hits level. #10388 (issue: #10358)
- Make sure inner hits also work for nested fields defined in object field #10353 (issue:#10334)
- Fix bug where parse error is thrown if a inner filter is used in a nested filter/query. #10309(issue: #10308)
- Fix nested stored field support. #10235 (issue: #9766)
- Internal:
- Mapping:
- Network:
- Parent/Child:
- Percolator:
- Fix wrong use of currentFieldName outside of a parsing loop #10307
- Query DSL:
- Recovery:
- Snapshot/Restore:
详细信息请看发行说明。
Elastic Search 是一个基于 lucene”>Lucene 构建的开源,分布式,RESTful 搜索引擎。设计用于云计算中,能够达到实时搜索,稳定,可靠,快速,安装使用方便。支持通过 HTTP 使用 JSON 进行数据索引。
ElasticSearch 提供多种语言的客户端 API:
- Java API — 1.x — other versions
- JavaScript API — 2.4 — other versions
- Groovy API — 1.x — other versions
- .NET API
- PHP API — 1.0 — other versions
- Perl API
- Python API
- Ruby API
提供 Marvel 可视化监控台:







