- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getReindexScriptSource (0.09 sec)
-
src/main/java/org/codelibs/fess/helper/LanguageHelper.java
} return new Script(buf.toString()); } /** * Returns the reindex script source. * * @return The reindex script source. */ public String getReindexScriptSource() { final FessConfig fessConfig = ComponentUtil.getFessConfig(); final String langField = fessConfig.getIndexFieldLang(); final String code = Arrays.stream(langFields)
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 6.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/client/SearchEngineClient.java
.replace("__SIZE__", fessConfig.getIndexReindexSize())// .replace("__DEST_INDEX__", toIndex)// .replace("__SCRIPT_SOURCE__", ComponentUtil.getLanguageHelper().getReindexScriptSource()); return reindex(fromIndex, toIndex, source, waitForCompletion); } /** * Reindexes documents from one index to another. *
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sun Aug 31 08:19:00 UTC 2025 - 121.9K bytes - Viewed (0)