🎨 lucene 目录路径调整
This commit is contained in:
parent
3fa510fb12
commit
d9d9a29bb3
@ -23,8 +23,7 @@ public class PortfolioIndexUtil {
|
|||||||
/**
|
/**
|
||||||
* lucene索引保存目录
|
* lucene索引保存目录
|
||||||
*/
|
*/
|
||||||
private static final String PATH =
|
private static final String PATH = LucenePath.PORTFOLIO_PATH;
|
||||||
StrUtil.SLASH + LucenePath.PORTFOLIO_PATH;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 删除所有运行中保存的索引
|
* 删除所有运行中保存的索引
|
||||||
|
@ -25,7 +25,7 @@ public class UserIndexUtil {
|
|||||||
/**
|
/**
|
||||||
* lucene索引保存目录
|
* lucene索引保存目录
|
||||||
*/
|
*/
|
||||||
private static final String PATH = StrUtil.SLASH + LucenePath.USER_PATH;
|
private static final String PATH = LucenePath.USER_PATH;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 系统运行时索引保存目录
|
* 系统运行时索引保存目录
|
||||||
|
Loading…
Reference in New Issue
Block a user