- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 171 for iets (0.03 seconds)
-
src/main/resources/fess_indices/_aws/fess.json
}, "dutch_keywords": {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Mar 15 07:52:55 GMT 2026 - 117.5K bytes - Click Count (0) -
src/main/resources/fess_indices/_cloud/fess.json
}, "dutch_keywords": {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Mar 15 07:52:55 GMT 2026 - 117.5K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/dict/stopwords/StopwordsItem.java
if (id == 0) { // create newInput = input; } } /** * Gets the new stopword. * * @return The new stopword. */ public String getNewInput() { return newInput; } /** * Sets the new stopword. * * @param newInput The new stopword. */ public void setNewInput(final String newInput) {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Nov 20 07:09:00 GMT 2025 - 3.5K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/query/QueryFieldConfig.java
return apiResponseFieldSet.contains(field); } /** * Gets the fields that are included in standard search responses. * * @return array of field names for standard search responses */ public String[] getResponseFields() { return responseFields; } /** * Sets the fields that are included in standard search responses. *
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/entity/ChatSession.java
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 07 01:53:06 GMT 2026 - 6.7K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/llm/LlmChatResponse.java
*/ public LlmChatResponse(final String content) { this.content = content; } /** * Gets the response content. * * @return the content */ public String getContent() { return content; } /** * Sets the response content. * * @param content the content */ public void setContent(final String content) {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Jan 12 10:32:40 GMT 2026 - 3.4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/helper/SystemHelper.java
} }); } /** * Gets the username of the current user. * * @return The username, or "guest" if not logged in. */ public String getUsername() { return getRequestManager().findUserBean(FessUserBean.class).map(FessUserBean::getUserId).orElse(Constants.GUEST_USER); } /** * Gets the request manager. * * @return The request manager.Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 43.2K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/llm/AbstractLlmClient.java
/** * Gets the request timeout in milliseconds. * * @return the timeout in milliseconds */ protected abstract int getTimeout(); /** * Gets the model name. * * @return the model name */ protected abstract String getModel(); /** * Gets the availability check interval in seconds. *Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 21 06:04:58 GMT 2026 - 72K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/entity/HighlightInfo.java
fragmentOffset = fessConfig.getQueryHighlightFragmentOffsetAsInteger(); } /** * Gets the highlighting type. * * @return the highlighting type */ public String getType() { return type; } /** * Sets the highlighting type with fluent interface. * * @param type the highlighting type to set
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 05 10:17:07 GMT 2026 - 5.2K 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)