🎨 lucene 目录路径调整

This commit is contained in:
ronger 2023-01-06 14:12:43 +08:00
parent 3fa510fb12
commit d9d9a29bb3
2 changed files with 2 additions and 3 deletions

View File

@ -23,8 +23,7 @@ public class PortfolioIndexUtil {
/**
* lucene索引保存目录
*/
private static final String PATH =
StrUtil.SLASH + LucenePath.PORTFOLIO_PATH;
private static final String PATH = LucenePath.PORTFOLIO_PATH;
/**
* 删除所有运行中保存的索引

View File

@ -25,7 +25,7 @@ public class UserIndexUtil {
/**
* lucene索引保存目录
*/
private static final String PATH = StrUtil.SLASH + LucenePath.USER_PATH;
private static final String PATH = LucenePath.USER_PATH;
/**
* 系统运行时索引保存目录