- Sort Score
- Num 10 results
- Language All
Results 181 - 190 of 212 for demais (0.03 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/test/java/org/codelibs/fess/exception/DataStoreCrawlingExceptionTest.java
String url = "http://example.com/test"; StringBuilder longMessageBuilder = new StringBuilder("Error: "); for (int i = 0; i < 1000; i++) { longMessageBuilder.append("detail ").append(i).append(" "); } String longMessage = longMessageBuilder.toString(); Exception cause = new RuntimeException("Error cause");Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 08:43:05 GMT 2026 - 16.6K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/exec/Crawler.java
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 32.4K bytes - Click Count (0) -
LICENSE
editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. "Contribution" shall mean any work of authorship, includingCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Tue May 08 21:35:34 GMT 2018 - 11.1K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/rank/fusion/RankFusionProcessor.java
/** * Creates a QueryResponseList containing the search results and metadata. * Wraps the document list with additional information about the search operation * including record counts, timing, and pagination details. * * @param documentList the list of search result documents * @param allRecordCount the total number of records foundCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Dec 25 02:13:14 GMT 2025 - 28K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/job/CrawlJob.java
this.namespace = namespace; return this; } /** * Sets the document expiration period in days. * Controls how long crawled documents remain in the search index. * * @param documentExpires the expiration period: -2 (system default), -1 (never expire), * 0 or positive (expire after specified days)Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 19.6K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/mylasta/direction/FessConfigTest.java
// Test configuration key constants @Test public void test_configKeyConstants() { // Verify that constants are properly defined assertNotNull(FessConfig.DOMAIN_TITLE); assertEquals("domain.title", FessConfig.DOMAIN_TITLE); assertNotNull(FessConfig.search_engine_TYPE); assertEquals("search_engine.type", FessConfig.search_engine_TYPE);Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 24.6K bytes - Click Count (0) -
src/main/resources/fess_message_hi.properties
# Hibernate Validator # ------------------- constraints.CreditCardNumber.message = {item} एक अमान्य क्रेडिट कार्ड नंबर है। constraints.EAN.message = {item} एक अमान्य {type} बारकोड है। constraints.Email.message = {item} एक मान्य ईमेल पता नहीं है। constraints.Length.message = {item} की लंबाई {min} और {max} के बीच होनी चाहिए। constraints.LuhnCheck.message = {value} का Luhn Modulo 11 चेकसम गलत है।Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 20.2K bytes - Click Count (0) -
.idea/gradle.xml
<option value="$PROJECT_DIR$/platforms/core-configuration/project-features-api" /> <option value="$PROJECT_DIR$/platforms/core-configuration/project-features-demos" /> <option value="$PROJECT_DIR$/platforms/core-configuration/stdlib-kotlin-extensions" /> <option value="$PROJECT_DIR$/platforms/core-configuration/stdlib-serialization-codecs" />Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Mar 27 10:18:20 GMT 2026 - 25.5K bytes - Click Count (0) -
MIGRATION.md
| Start URLs | URLs field in crawl config | | Good URL Pattern | Included URLs (regex) | | Bad URL Pattern | Excluded URLs (regex) | | Follow/Index Pattern | Config Depth and Filter settings | **Implementation Details** See the GSA parser implementation: [GsaConfigParser.java](/src/main/java/org/codelibs/fess/util/GsaConfigParser.java) #### API Compatibility Mode
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Nov 06 12:40:11 GMT 2025 - 23.2K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/it/search/SearchApiTests.java
deleteMethod("/api/admin/failurelog/log/" + elem.get("id")); } final Map<String, Object> requestBody = new HashMap<>(); requestBody.put("q", "Example Domain"); checkMethodBase(requestBody).delete("/api/admin/searchlist/query"); refresh(); for (String sId : getSchedulerIds(NAME_PREFIX)) {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 21 13:29:45 GMT 2025 - 19K bytes - Click Count (0)