8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
问题代码定位:
// 草稿不更新索引 if (isUpdate) { log.info("更新文章索引,id={}", newArticle.getIdArticle()); luceneService.updateArticle(newArticle.getIdArticle().toString()); } else { log.info("写入文章索引,id={}", newArticle.getIdArticle()); luceneService.writeArticle(newArticle.getIdArticle().toString()); }