getSearchIndexes()接受此字段: 字段 类型 必要性 说明 indexName 字符串 Optional Name of the index to return information about. If you omit the indexName field, getSearchIndexes() returns information about all Atlas Search indexes on the collection. ...
searchengine:GetIndex get *Instance acs:searchengine:{#regionId}:{#accountId}:instance/{#InstanceId} 无 无 请求语法 GET /openapi/ha3/instances/{instanceId}/indexes/{indexName} HTTP/1.1 请求参数 名称类型必填描述示例值 instanceId string 是 实例ID ha-cn-pl32rf0*** indexName string 是 索引...
GET https://[service name].search.windows.net/indexes/[index name]?api-version=[api-version] Content-Type: application/jsonapi-key: [admin key] URI Parameters Expand table ParameterDescription service nameRequired. Set this to the unique, user-defined name of your search service. ...
ES的读取分为Get和Search两种操作,这两种读取操作有较大的差异,GET/MGET必须指定三元组:index、_type、_id。 也就是说,根据文档id从正排索引中获取内容。而Search不指定_id,根据关键词从倒排索引中获取内容。本章分析GET/MGET过程,下一章分析Search过程。
public virtual Azure.Response<Azure.Search.Documents.Indexes.Models.SearchIndex> GetIndex (string indexName, System.Threading.CancellationToken cancellationToken = default); 参数 indexName String 必需。 要获取的索引的名称。 cancellationToken CancellationToken 可选CancellationToken ,用于传播应取消操作的通知。
Value should be a comma separated list of index types (in any order) or None for no indexes. By default extended postal codes are included for all indexes except Geo. Extended postal code lists for geographies can be quite long so they have to be explicitly requested when needed. Usage exa...
SearchAddressResultType Valeurs possibles : POI Rue Geography Adresse exacte Plage d’adresses Croisement Agrandir le tableau NomTypeDescription Address Range string Cross Street string Geography string POI string Point Address string Street string SearchIndexes Index pour lesquels les codes posta...
The Get Search Address Structured (Structured Address Geocoding) API is an HTTP GET request that returns latitude and longitude coordinates of a street address in an unstructured or query input format. The geocoding search index will be queried for everything above the street level data. No POIs...
ElasticSearch之Index modules2023-12-1758.ElasticSearch之集群中的节点2024-10-0559.ElasticSearch之网络配置2024-10-06 收起 获取指定索引的基本信息。 命令样例如下: curl -X GET "https://localhost:9200/testindex_001?pretty" --cacert $ES_HOME/config/certs/http_ca.crt -u "elastic:ohCxPH=QBE+s5=...
acs:searchengine:{#regionId}:{#accountId}:instance/{#InstanceId} 无 无 请求语法 GET /openapi/ha3/instances/{instanceId}/clusters/{clusterName}/index-version HTTP/1.1 请求参数 名称类型必填描述示例值 instanceId string 是 实例ID ha-cn-pl32rf0*** clusterName string 是 集群名称 vpc_hz_domain...