- Sort Score
- Num 10 results
- Language All
Results 81 - 90 of 91 for keyboard (0.12 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/main/config/es/fess_user_role.json
{ "fess_user.role" : { "aliases" : { }, "mappings" : { "role" : { "properties" : { "name" : { "type" : "keyword" } } } }, "settings" : { "index" : { "creation_date" : "1509021059090", "number_of_shards" : "5", "number_of_replicas" : "1", "uuid" : "ugUWT7UpRCau5xEMgWOBsw", "version" : {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Dec 02 13:14:56 GMT 2021 - 517 bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/user/bsentity/dbmeta/RoleDbm.java
// =========== protected final ColumnInfo _columnName = cci("name", "name", null, null, String.class, "name", null, false, false, false, "keyword", 0, 0, null, null, false, null, null, null, null, null, false); public ColumnInfo columnName() { return _columnName; } protected List<ColumnInfo> ccil() {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 7.1K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/query/TermQueryCommand.java
context.addFieldLog(field, text); context.addHighlightedQuery(text); return buildMatchPhraseQuery(field, text).boost(boost); } /** * Converts a term query to a keyword-based exact term query. * * @param fessConfig the Fess configuration * @param context the query context * @param termQuery the term query to convert * @param boost the boost value to apply
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 13.6K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/llm/IntentDetectionResultTest.java
} @Test public void test_search_withSimpleQuery() { final String query = "singleKeyword"; final IntentDetectionResult result = IntentDetectionResult.search(query, "single keyword search"); assertEquals(ChatIntent.SEARCH, result.getIntent()); assertEquals("singleKeyword", result.getQuery()); } @Test public void test_search_withFessQuery() {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 07 13:27:59 GMT 2026 - 8.2K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/pager/SearchLogPager.java
/** Log type constant for daily average request time aggregation. */ public static final String LOG_TYPE_SEARCH_REQTIMEAVG_DAY = "search_reqtimeavg_day_agg"; /** Log type constant for search keyword aggregation. */ public static final String LOG_TYPE_SEARCH_KEYWORD = "search_keyword_agg"; /** Log type constant for zero-hit search aggregation. */Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 8.8K bytes - Click Count (0) -
src/main/webapp/css/admin/adminlte.min.css.map
but wouldn't normally show a visible\n// focus outline. In general, this would mean that the outline is only applied if the\n// interaction that led to the element receiving programmatic focus was a keyboard interaction,\n// or the browser has somehow determined that the user is primarily a keyboard user and/or\n// wants focus outlines to always be presented.\n//\n// See https://developer.mozilla.org/en-US/docs/Web/CSS/:focus-visible\n// and https://developer.paciellogroup.com/blog/2018/03/focus...
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Oct 26 01:49:09 GMT 2024 - 3.7M bytes - Click Count (3) -
src/main/resources/fess_label_en.properties
labels.searchlog_log_type_search=Search Log labels.searchlog_log_type_click=Click Log labels.searchlog_log_type_favorite=Favorite Log labels.searchlog_log_type_user_info=User Log labels.searchlog_log_type_search_keyword=Keyword Count labels.searchlog_log_type_search_zerohit=Zero Hit Count labels.searchlog_log_type_search_zeroclick=Zero Click Count labels.searchlog_log_type_search_count_hour=Search Count/Hour
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/chat/ChatClient.java
} /** * Performs an enhanced streaming chat request with multi-phase RAG flow and search filters. * This flow includes: intent detection, keyword search, result evaluation, * content retrieval, answer generation, and markdown rendering. * * @param sessionId the session ID (can be null for new sessions) * @param userMessage the user's messageCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 21 06:04:58 GMT 2026 - 56.6K bytes - Click Count (0) -
src/main/resources/fess_label.properties
labels.searchlog_log_type_search=Search Log labels.searchlog_log_type_click=Click Log labels.searchlog_log_type_favorite=Favorite Log labels.searchlog_log_type_user_info=User Log labels.searchlog_log_type_search_keyword=Keyword Count labels.searchlog_log_type_search_zerohit=Zero Hit Count labels.searchlog_log_type_search_zeroclick=Zero Click Count labels.searchlog_log_type_search_count_hour=Search Count/Hour
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/mylasta/action/FessLabels.java
/** The key of the message: User Log */ public static final String LABELS_searchlog_log_type_user_info = "{labels.searchlog_log_type_user_info}"; /** The key of the message: Keyword Count */ public static final String LABELS_searchlog_log_type_search_keyword = "{labels.searchlog_log_type_search_keyword}"; /** The key of the message: Zero Hit Count */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)