Skip to content

Commit

Permalink
test: deleteDocByDeleteFlag
Browse files Browse the repository at this point in the history
  • Loading branch information
jamebal committed May 8, 2024
1 parent f9c0eca commit 954cd5c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ private void createIndexFiles(List<String> fileIdList) throws IOException {
String content = readFileContent(file);
updateIndexDocument(indexWriter, fileIndex, content);
if (StrUtil.isNotBlank(content)) {
log.info("添加索引, filepath: {}", file.getAbsoluteFile());
log.info("添加索引, filepath: {}, fileId: {}", file.getAbsoluteFile(), fileIntroVO.getId());
}
}
indexWriter.commit();
Expand Down

0 comments on commit 954cd5c

Please sign in to comment.