From 64bec5b4701ee1305f197cf40eabe42b79d81a13 Mon Sep 17 00:00:00 2001 From: kevinyao0901 <kevinyao0901@163.com> Date: Sun, 22 Dec 2024 15:19:36 +0800 Subject: [PATCH] Update Readme --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 039e19f..388127c 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,6 @@ Status DBImpl::CreateIndexOnField(const std::string& fieldName) { std::vector<std::string> DBImpl::QueryByIndex(const std::string& fieldName) { std::vector<std::string> results; - // 假设我们有一个存储索引的数据库 indexDb_ leveldb::ReadOptions read_options; // 直接通过 Get 方法查找与 fieldName 相关的索引