阿里云文档 2025-04-25

检索增强型应用支持的开源API

阿里云Elasticsearch Serverless服务支持开源API。本文介绍检索增强型应用(8.17版)支持的开源API URI和对应的Method。

阿里云文档 2025-04-15

Serverless检索通用型应用支持的开源API

Elasticsearch Serverless服务支持开源的API,本文介绍检索通用型应用支持的开源API URI和对应的Method。

阿里云文档 2025-03-14

Serverless日志分析型应用支持的开源API,可白名单开放的APIs,Elasticsearch Serverless服务支持

Elasticsearch Serverless服务支持开源的API,本文介绍日志分析型应用支持的开源API URI和对应的Method。

阿里云文档 2025-03-13

AI搜索开放平台内置模型服务

阿里云Elasticsearch(简称ES)提供了Inference API,可使用外部各个公司提供的推理模型服务,同时阿里云ES扩展了Inference API的服务,使之可以使用阿里云的推理模型服务(AI搜索开放平台)。本文介绍Inference API扩展的AI搜索开放平台支持的推理模型服务API。

阿里云文档 2024-05-29

通过Reindex API迁移自建Elasticsearch数据

Reindex API是Elasticsearch提供的一种用于将数据从原有的索引迁移至目标索引的接口。如果您需要迁移数据,且源索引的数据不需要进行复杂的转换和处理,您可以按照本文提供的步骤,使用Reindex API将数据从自建Elasticsearch集群迁移至Lindorm搜索引擎。

文章 2023-05-28 来自:开发者社区

Elasticsearch - cluster_block_exception [FORBIDDEN/12/index read-only / allow delete (api)]

Error{ "error": "{\"type\":\"cluster_block_exception\",\"reason\":\"blocked by: [FORBIDDEN/12/index read-only / allow delete (api)];\"}", "errorReason": "blocked by: [FORBIDDEN/12/index read-...

Elasticsearch - cluster_block_exception [FORBIDDEN/12/index read-only / allow delete (api)]
文章 2022-11-26 来自:开发者社区

【ElasticSearch实战】——ElasticSearch6 报错FORBIDDEN/12/index read-only / allow delete (api)

今天有同事让我去解决es写入不进去的问题,之前是没有问题的,前两天服务器被重启,然后运维重新启动了es。我是在同一台服务器上装了三个节点,开始我认为是数据问题,然后我尝试在postman中删除一条已有数据,却提示下面错误:blocked by: [FORBIDDEN/12/index read-only / allow delete (api)];这个错误说明,es中的索引都是只读状态,不能进行....

文章 2022-05-26 来自:开发者社区

Elasticsearch Index Monitoring(索引监控)之Index Stats API详解

本文将详细介绍Elasticsearch Index Monitoring监控命令之Index Stats API。索引状态统计。默认情况下,该API会返回所有类型的统计信息,Indices Stats返回如下类型的统计信息。文档总数量(包含已删除的文档),调用文档删除API后并不会立即将文档物理删除,会保留一段时间,受refreshing the index的影响。其返回示例如下:1"docs....

Elasticsearch Index Monitoring(索引监控)之Index Stats API详解
文章 2022-01-21 来自:开发者社区

【Elastic Engineering】Elasticsearch:Split index API - 把一个大的索引分拆成更多分片

作者:刘晓国在我们实际使用 Elasticsearch 时,随着时间的推移,我们会发现有扩容的必要。这个可能由于我们在刚开始创建项目认识不足。我们需要更多的 primary shards,这样可以提高 ingest 的速度。那么我们有什么办法来把之前的一个大的索引变成更多的小的索引呢?这个答案就是 split index API。它的基本用法如下:POST /my-index-000001/_s....

【Elastic Engineering】Elasticsearch:Split index API - 把一个大的索引分拆成更多分片
文章 2019-03-12 来自:开发者社区

elasticsearch使用指南之Elasticsearch Document Index API详解、原理与示例

作者介绍:《RocketMQ技术内幕》作者,中间件兴趣圈微信公众号维护者。 本节将重点介绍ElasticSearch Doucment Index API(新增索引)。 从上节可知,ElasticSearch Index Rest Hign level Index Api声明如下: public final IndexResponse index(IndexRequest indexRequ...

本页面内关键词为智能算法引擎基于机器学习所生成,如有任何问题,可在页面下方点击"联系我们"与我们沟通。

产品推荐