- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 10 for old1 (0.02 seconds)
-
src/main/resources/fess_label_en.properties
labels.popular_word_word_enabled=Popular Word Response labels.supported_search_web=Web labels.supported_search_none=Unavailable labels.purge_search_log_day=Delete old search logs labels.purge_job_log_day=Delete old job logs labels.purge_user_info_day=Delete old user logs labels.purge_by_bots=Bot names to delete logs labels.log_level=Log Level labels.csv_file_encoding=CSV File Encoding labels.notification_to=Notification Mail
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 48.9K bytes - Click Count (0) -
src/main/resources/fess_message_tr.properties
# --------------------- # /- - - - - - - - - - - - - - - - - - - - - - - - - - - - - # five framework-embedded messages (don't change key names) # - - - - - - - - - -/ errors.login.failure = Oturum açma başarısız oldu. errors.app.illegal.transition = Geçersiz geçiş. Lütfen tekrar deneyin. errors.app.db.already.deleted = Başka bir işlem tarafından silinmiş olabilir. Lütfen tekrar deneyin.
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 13K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/it/admin/CrawlerLogTests.java
logger.info("Number of crawling info logs before deletion: {}", sizeBeforeDeletion); // Delete all old crawling sessions deleteMethod("/api/admin/crawlinginfo/all").then().body("response.status", equalTo(0)); refresh(); // Verify all old sessions are deleted (size should be 0 after deletion) final List<Map<String, Object>> logListAfter = readCrawlingInfo(webConfigId);
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Mar 30 14:01:34 GMT 2026 - 13.4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/exec/SuggestCreator.java
import jakarta.annotation.Resource; /** * This class is a command-line application for creating and managing the suggest index. * It provides functionality to index words from documents and search logs, as well as * to purge old suggest data. */ public class SuggestCreator { /** * Constructs a new suggest creator. */ public SuggestCreator() { // do nothing }Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 12.1K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/opensearch/client/SearchEngineClientRebuildTest.java
assertTrue(result); // For each of 4 indices: delete old + delete backup = 8 deletes assertEquals(8, testClient.deletedIndices.size()); // Verify original index names appear in deleted list (old index deletion at step 3) boolean foundOriginalDelete = false; for (final String deleted : testClient.deletedIndices) {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 14:36:23 GMT 2026 - 28.6K bytes - Click Count (0) -
src/main/resources/fess_label.properties
labels.popular_word_word_enabled=Popular Word Response labels.supported_search_web=Web labels.supported_search_none=Unavailable labels.purge_search_log_day=Delete old search logs labels.purge_job_log_day=Delete old job logs labels.purge_user_info_day=Delete old user logs labels.purge_by_bots=Bot names to delete logs labels.log_level=Log Level labels.csv_file_encoding=CSV File Encoding labels.notification_to=Notification Mail
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 48.9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/exec/ThumbnailGenerator.java
@Option(name = "-t", aliases = "--numOfThreads", metaVar = "numOfThreads", usage = "The number of threads") protected int numOfThreads = 1; /** * Whether to run in cleanup mode to remove old thumbnails. */ @Option(name = "-c", aliases = "--cleanup", usage = "Clean-Up mode") protected boolean cleanup; /** * Default constructor for command-line options.
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 10.4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java
/** The key of the message: Delete old search logs */ public static final String LABELS_purge_search_log_day = "{labels.purge_search_log_day}"; /** The key of the message: Delete old job logs */ public static final String LABELS_purge_job_log_day = "{labels.purge_job_log_day}"; /** The key of the message: Delete old user logs */Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 172.6K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/client/SearchEngineClient.java
} } catch (final ResourceNotFoundRuntimeException e) { // No alias configuration found - create aliases normally (does NOT remove old aliases) logger.warn("[Rebuild] No alias config found for {}, falling back to createAlias (old aliases NOT removed)", configIndex); createAlias(configIndex, newIndexName); return true; } catch (final Exception e) {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 14:36:23 GMT 2026 - 138.6K bytes - Click Count (1) -
src/main/resources/fess_label_tr.properties
labels.chat_error=Bir hata oluştu. Lütfen tekrar deneyin. labels.chat_error_rate_limit=Şu anda yoğunluk yaşanmaktadır. Lütfen biraz bekleyin ve tekrar deneyin. labels.chat_error_auth=Yapay zeka hizmeti kimlik doğrulaması başarısız oldu. Lütfen yönetici ile iletişime geçin. labels.chat_error_service_unavailable=Yapay zeka hizmeti geçici olarak kullanılamıyor. Lütfen daha sonra tekrar deneyin.
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 52.2K bytes - Click Count (0)