add ip2region pip install desc
This commit is contained in:
parent
db3b9b22ae
commit
ab0c39b7cd
|
|
@ -78,7 +78,7 @@ try {
|
||||||
// 3、关闭资源
|
// 3、关闭资源
|
||||||
searcher.close();
|
searcher.close();
|
||||||
|
|
||||||
// 备注:每个线程需要单独创建一个独立的 Searcher 对象,但是都共享全局的制度 vIndex 缓存。
|
// 备注:每个线程需要单独创建一个独立的 Searcher 对象
|
||||||
```
|
```
|
||||||
|
|
||||||
### 缓存 `VectorIndex` 索引
|
### 缓存 `VectorIndex` 索引
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue