A-E
- C
Cloud Search Service
Cloud Search Service is a fully managed, distributed search service. It is fully compatible with open-source Elasticsearch and provides users with structured and unstructured data search, statistics, and report capabilities.
cluster
Cloud Search Service provides functions on a per cluster basis. A cluster represents an independent search service that consists of multiple instances.
- D
document
An entity for Elasticsearch storage. Equivalent to the row in the RDB, the document is the basic unit that can be indexed.
document type
Similar to the table in the RDB, the document type is used to distinguish between different data. One index can contain multiple document types. A document actually must be indexed to a document type inside an index.
- E
F-J
- F
- I
K-O
- K
- M
P-T
- P
- R
- S
shard
A logical partition. In the Elasticsearch search engine, an index consists of several shards. Each shard contains one or more replicas.
storage capacity
Size of the underlying storage resources that can be used to store indexes and logs.
storage type
Storage resources are classified into different types based on their attributes. For example, storage resources can be classified into magnetic medium and solid state disks (SSDs) in terms of the storage medium, and into common I/O, high I/O, and ultra-high I/O storage resources in terms of the I/O level.
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.