- Sort Score
- Num 10 results
- Language All
Results 131 - 140 of 247 for Uuser1 (0.08 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/test/java/org/codelibs/fess/opensearch/client/SearchEngineClientRebuildTest.java
testClient.addIndexConfig("fess_config.scheduled_job/scheduled_job"); testClient.addIndexConfig("fess_config.access_token/access_token"); testClient.addIndexConfig("fess_user.user/user"); testClient.addIndexConfig("fess_log.search_log/search_log"); } @Override protected void tearDown(TestInfo testInfo) throws Exception { ComponentUtil.setFessConfig(null);
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/webapp/css/admin/adminlte.min.css
ight{float:right!important}.float-xl-none{float:none!important}}.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;-ms-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.overflow-auto{overflow:auto!important}.ov...Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Oct 26 01:49:09 GMT 2024 - 1.3M bytes - Click Count (0) -
ADDING_NEW_LANGUAGE.md
| `SystemHelper` | `org.codelibs.fess.helper` | UI language dropdown builder | | `FessUserLocaleProcessProvider` | `org.codelibs.fess.mylasta.direction.sponsor` | User locale detection | ## Language Detection and Selection ### User Interface Language Fess determines the UI language in this order: 1. **Query parameter**: `?browser_lang=[locale]` (highest priority)
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Nov 06 11:36:30 GMT 2025 - 10.4K bytes - Click Count (1) -
src/main/webapp/WEB-INF/orig/open-search/osdd.xml
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"> <ShortName>Fess</ShortName> <Description>Full Text Search for Your Documents.</Description> <Tags>Full Text Search</Tags> <Contact>fess-user@lists.sourceforge.jp</Contact> <SearchForm>http://localhost:8080/fess/</SearchForm> <Url type="text/html" template="http://localhost:8080/fess/search?q={searchTerms}"/> <InputEncoding>UTF-8</InputEncoding>
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Dec 10 02:26:02 GMT 2015 - 535 bytes - Click Count (0) -
src/main/java/org/codelibs/fess/script/groovy/GroovyEngine.java
String user = "system"; final ScheduledJob job = getCurrentScheduledJob(); if (job != null) { source = "scheduler:" + job.getName(); if (job.getCreatedBy() != null) { user = job.getCreatedBy(); } } else { try { user = ComponentUtil.getSystemHelper().getUsername();
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 14:36:23 GMT 2026 - 11.9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/llm/LlmClientManager.java
throw new LlmException("LLM client is not available"); } return client; } // RAG workflow delegation methods /** * Detects the intent of a user message using the configured LLM client. * * @param userMessage the user's message * @return the detected intent with extracted keywords * @throws LlmException if LLM is not available */
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 19 11:10:51 GMT 2026 - 17.4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/helper/SearchHelper.java
* with escaped queries if the initial search fails. * * @param searchRequestParams The search request parameters * @param data The search render data to populate with results * @param userBean Optional user information for permission checking */ public void search(final SearchRequestParams searchRequestParams, final SearchRenderData data, final OptionalThing<FessUserBean> userBean) {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Dec 20 05:56:45 GMT 2025 - 36.3K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/common/admin/crud/breadcrumb.jsp
</c:if> <c:if test="${param.menuCategoryType == 'crawl'}"> <li class="breadcrumb-item"><la:message key="labels.menu_crawl" /></li> </c:if> <c:if test="${param.menuCategoryType == 'user'}"> <li class="breadcrumb-item"><la:message key="labels.menu_user" /></li> </c:if> <c:if test="${param.menuCategoryType == 'suggest'}"> <li class="breadcrumb-item"><la:message key="labels.menu_suggest" /></li> </c:if>Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 1.6K bytes - Click Count (0) -
src/main/resources/fess_indices/fess_log.search_log/search_log.json
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Feb 25 13:38:21 GMT 2022 - 1.6K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/relatedquery/EditForm.java
*/ public class EditForm extends CreateForm { /** Unique identifier for the related query entry */ @Required @Size(max = 1000) public String id; /** Username of the user who last updated this entry */ @Size(max = 1000) public String updatedBy; /** Timestamp when this entry was last updated */ @ValidateTypeFailure public Long updatedTime;Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 1.6K bytes - Click Count (0)