feat: 新增贴文reindex

This commit is contained in:
tim
2025-09-26 18:19:29 +08:00
parent 44addd2a7b
commit 23cc2d1606
4 changed files with 128 additions and 0 deletions

View File

@@ -18,6 +18,8 @@ public class OpenSearchProperties {
private String indexPrefix = "openisle";
private boolean initialize = true;
private int highlightFragmentSize = 200;
private boolean reindexOnStartup = false;
private int reindexBatchSize = 500;
private Indices indices = new Indices();