mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-02-21 06:20:59 +08:00
feat: 新增贴文reindex
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user