|
|
@ -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 相关的索引 |
|
|
|