- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 66 for seus (0.04 seconds)
-
src/main/java/org/codelibs/fess/entity/SearchRenderData.java
// Default constructor } /** * Sets the list of search result documents. * * @param documentItems The list of search result documents */ public void setDocumentItems(final List<Map<String, Object>> documentItems) { this.documentItems = documentItems; } /** * Sets the facet response containing aggregated search facets. *Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 12.5K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/query/QueryFieldConfig.java
/** * Initializes the query field configuration by loading field mappings from FessConfig. * This method is called after dependency injection is complete. * It sets up response fields, search fields, facet fields, sort fields, and other * field configurations based on the application configuration. */ @PostConstruct public void init() {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 21.9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/job/ExecJob.java
* This method sets the job executor and then calls the abstract execute method. * * @param jobExecutor the job executor to use for execution * @return the execution result message or summary */ public String execute(final JobExecutor jobExecutor) { jobExecutor(jobExecutor); return execute(); } /** * Sets the job executor for this job. *Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 14.2K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/api/ApiResult.java
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:55:54 GMT 2026 - 25.8K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/entity/ChatMessage.java
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 12 04:52:31 GMT 2026 - 10.1K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/ds/AbstractDataStoreTest.java
} // ========== Thread Safety Tests ========== /** * Test that the volatile alive field is visible across threads. * One thread sets alive to false, other threads should see the change immediately. */ @Test public void test_aliveField_volatileVisibility() throws Exception { // Ensure alive starts as trueCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 12.8K bytes - Click Count (1) -
src/main/java/org/codelibs/fess/helper/RoleQueryHelper.java
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 15.1K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/helper/CrawlingInfoHelper.java
/** * Updates crawling information parameters for the specified session. * Sets the name and expiration time based on the provided parameters. * * @param sessionId the session ID to update * @param name the name to set for the crawling session (uses system name if blank) * @param dayForCleanup number of days until cleanup (sets expiration if >= 0)Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Aug 07 03:06:29 GMT 2025 - 15.2K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/auth/chain/CommandChain.java
return buf.toString(); } } /** * Sets the working directory for command execution. * @param workingDirectory The working directory. */ public void setWorkingDirectory(final File workingDirectory) { this.workingDirectory = workingDirectory; } /** * Sets the maximum number of output lines to capture.
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 14.4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/helper/UserInfoHelper.java
} /** * Sets the maximum size of the result document IDs cache. * * @param resultDocIdsCacheSize the maximum number of entries in the cache */ public void setResultDocIdsCacheSize(final int resultDocIdsCacheSize) { this.resultDocIdsCacheSize = resultDocIdsCacheSize; } /** * Sets the name of the user identification cookie. *Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Aug 07 03:06:29 GMT 2025 - 14.9K bytes - Click Count (0)