Browse Source

Update layout in Readme

main
kevinyao0901 8 months ago
parent
commit
15fb5c2f3f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.md

+ 1
- 1
README.md View File

@ -291,7 +291,7 @@ Status DBImpl::CreateIndexOnField(const std::string& fieldName) {
### 3. **二级索引的查询** ### 3. **二级索引的查询**
在查询二级索引时,基于二级索引,通过范围查询从 LevelDB 数据库中检索与指定字段名 (`fieldName`) 相关联的所有值。
在查询二级索引时,基于二级索引,通过范围查询从 LevelDB 数据库中检索与指定字段名 (`fieldName`) 相关联的所有值。
#### 核心代码: #### 核心代码:

Loading…
Cancel
Save