- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for __SIZE__ (0.03 sec)
-
src/main/java/org/codelibs/fess/opensearch/client/SearchEngineClient.java
final String template = """ {"source":{"index":"__SOURCE_INDEX__","size":__SIZE__},"dest":{"index":"__DEST_INDEX__"}} """; final FessConfig fessConfig = ComponentUtil.getFessConfig(); final String source = template // .replace("__SOURCE_INDEX__", fromIndex)// .replace("__SIZE__", fessConfig.getIndexReindexSize())// .replace("__DEST_INDEX__", toIndex);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sun Aug 31 08:19:00 UTC 2025 - 121.9K bytes - Viewed (0) -
src/main/resources/fess_config.properties
image/tiff=tiff\n\ image/jpeg=jpg\n\ # Number of documents to process per reindex operation. index.reindex.size=100 # Request body template for reindex operations. index.reindex.body={"source":{"index":"__SOURCE_INDEX__","size":__SIZE__},"dest":{"index":"__DEST_INDEX__"},"script":{"source":"__SCRIPT_SOURCE__"}} # Requests per second for reindex operations ("adaptive" for auto). index.reindex.requests_per_second=adaptive
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 14:45:37 UTC 2025 - 54.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
/** The key of the configuration. e.g. 100 */ String INDEX_REINDEX_SIZE = "index.reindex.size"; /** The key of the configuration. e.g. {"source":{"index":"__SOURCE_INDEX__","size":__SIZE__},"dest":{"index":"__DEST_INDEX__"},"script":{"source":"__SCRIPT_SOURCE__"}} */ String INDEX_REINDEX_BODY = "index.reindex.body"; /** The key of the configuration. e.g. adaptive */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 525.6K bytes - Viewed (1)