- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 27 for popularword (0.09 sec)
-
src/main/java/org/codelibs/fess/api/BaseApiManager.java
return FormatType.SEARCH; } if (FormatType.LABEL.name().equals(type)) { return FormatType.LABEL; } if (FormatType.POPULARWORD.name().equals(type)) { return FormatType.POPULARWORD; } if (FormatType.FAVORITE.name().equals(type)) { return FormatType.FAVORITE; } if (FormatType.FAVORITES.name().equals(type)) {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:53:18 UTC 2024 - 4.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/general/MailForm.java
public String appendQueryParameter; public String loginRequired; public String ignoreFailureType; public String failureCountThreshold; public String popularWord; public String csvFileEncoding; public String purgeSearchLogDay; public String purgeJobLogDay; public String purgeUserInfoDay; public String purgeByBots; @Required
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:53:18 UTC 2024 - 1.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/general/AdminGeneralAction.java
fessConfig.setIgnoreFailureType(form.ignoreFailureType); fessConfig.setFailureCountThreshold(form.failureCountThreshold); fessConfig.setWebApiPopularWord(isCheckboxEnabled(form.popularWord)); fessConfig.setCsvFileEncoding(form.csvFileEncoding); fessConfig.setPurgeSearchLogDay(form.purgeSearchLogDay); fessConfig.setPurgeJobLogDay(form.purgeJobLogDay);
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:53:18 UTC 2024 - 12.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/general/EditForm.java
public String ignoreFailureType; @Required @Min(-1) @Max(10000) @ValidateTypeFailure public Integer failureCountThreshold; @Size(max = 10) public String popularWord; @Required @Size(max = 20) public String csvFileEncoding; @Min(-1) @Max(100000) @ValidateTypeFailure public Integer purgeSearchLogDay; @Min(-1)
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:53:18 UTC 2024 - 3.7K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/general/admin_general.jsp
<la:errors property="popularWord"/> <div class="form-check"> <la:checkbox styleId="popularWord" styleClass="form-check-input" property="popularWord"/> <label for="popularWord" class="form-check-label">
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Mon Jan 16 12:54:35 UTC 2023 - 39.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/api/json/SearchApiManager.java
if (logger.isDebugEnabled()) { logger.debug("Failed to process a popularWord request.", e); } writeJsonResponse(e.getStatusCode(), e); } catch (final Exception e) { if (logger.isDebugEnabled()) { logger.debug("Failed to process a popularWord request.", e); } writeJsonResponse(HttpServletResponse.SC_INTERNAL_SERVER_ERROR, e);
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 12 01:54:46 UTC 2024 - 50.3K bytes - Viewed (0) -
src/main/config/openapi/openapi-user.yaml
externalDocs: description: API Documentation url: https://fess.codelibs.org/14.8/api/ servers: - url: http://localhost:8080/api/v1 tags: - name: search description: Search operations - name: popularword description: Popular word operations - name: monitor description: Monitoring operations - name: suggest description: Suggest operations - name: favorite description: Favorite operations
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu May 09 06:31:27 UTC 2024 - 21.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/Constants.java
public static final String WEB_API_SUGGEST_PROPERTY = "web.api.suggest"; public static final String WEB_API_GSA_PROPERTY = "web.api.gsa"; public static final String WEB_API_POPULAR_WORD_PROPERTY = "web.api.popularword"; public static final String APP_VALUE_PROPERTY = "system.properties"; public static final String DEFAULT_LABEL_VALUE_PROPERTY = "label.value";
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Aug 22 12:43:18 UTC 2024 - 16.6K bytes - Viewed (0) -
src/main/resources/fess_label_en.properties
labels.failureCountThreshold=Failure Count labels.fileConfigName=File System Config Name labels.fileName=File name labels.handlerName=Handler Name labels.handlerParameter=Parameters labels.handlerScript=Scripts labels.popularWord=Popular words labels.ignoreFailureType=Ignored Failure Type labels.lastAccessTime=Last Accessed labels.notificationTo=Notification To labels.num=Num labels.pn=Page Number labels.protocolScheme=Scheme
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 40.7K bytes - Viewed (0) -
src/main/resources/fess_label_ru.properties
labels.failureCountThreshold=Число ошибок labels.fileConfigName=Имя файла настройки системы labels.fileName=Имя файла labels.handlerName=Handler Name labels.handlerParameter=Параметры labels.handlerScript=Скрипты labels.popularWord=Популярные слова labels.ignoreFailureType=Игнорировать тип отказа labels.lastAccessTime=Последний доступ labels.notificationTo=Уведомление labels.num=Num labels.pn=Номер страницы labels.protocolScheme=Схема
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 45.6K bytes - Viewed (0)