- Sort Score
- Result 10 results
- Languages All
Results 1 - 5 of 5 for recovered (3.92 sec)
-
fess-crawler/src/test/java/org/codelibs/fess/crawler/extractor/impl/EXTRACTOR_TESTS_README.md
**Key Test Areas**: - Resource closure on successful extraction (MS Office extractors) - Resource closure on failed extraction - Improved error messages with context - Input validation using `validateInputStream()` **Covered Extractors**: - MsWordExtractor - MsExcelExtractor - MsPowerPointExtractor - TextExtractor **Test Count**: 8 tests **Key Scenarios**: - ✅ Successful extraction closes resources properly
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Wed Nov 19 08:55:01 UTC 2025 - 5.7K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/extractor/impl/ArchiveExtractorErrorHandlingTest.java
import org.codelibs.fess.crawler.helper.impl.MimeTypeHelperImpl; import org.dbflute.utflute.core.PlainTestCase; /** * Test class for archive extractor error handling improvements. * Tests partial extraction, error recovery, and improved error messages. */ public class ArchiveExtractorErrorHandlingTest extends PlainTestCase { private static final Logger logger = LogManager.getLogger(ArchiveExtractorErrorHandlingTest.class);Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Mon Nov 24 03:59:47 UTC 2025 - 12.6K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/suggest/SuggesterRefactoringTest.java
} /** * Integration test for complete index lifecycle with refactored methods. * Tests that createNextIndex and switchIndex work together correctly. * Note: Full lifecycle testing is covered by SuggesterTest.test_switchIndex() */ @Test public void testIndexLifecycle_withRefactoredMethods() throws Exception { final Suggester suggester = Suggester.builder().build(client, "lifecycle-test");Registered: Sat Dec 20 13:04:59 UTC 2025 - Last Modified: Mon Nov 24 03:40:05 UTC 2025 - 13.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/maintenance/AdminMaintenanceAction.java
private static final String[] CAT_NAMES = { "aliases", "allocation", "count", "fielddata", "health", "indices", "master", "nodeattrs", "nodes", "pending_tasks", "plugins", "recovery", "repositories", "thread_pool", "shards", "segments", "snapshots", "templates" }; // ===================================================================================Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 18.1K bytes - Viewed (0) -
MIGRATION.md
- [ ] Have rollback plan ready ### Post-Migration - [ ] Monitor search quality and relevance - [ ] Tune ranking and boosting settings - [ ] Set up regular crawl schedules - [ ] Configure backup and disaster recovery - [ ] Document new search architecture - [ ] Train users on new admin interface - [ ] Decommission old search system (after validation period) --- ## Additional Resources
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 06 12:40:11 UTC 2025 - 23.2K bytes - Viewed (0)