Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 27 for popularWord (0.62 sec)

  1. 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: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  2. 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: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  3. 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: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 12.7K bytes
    - Viewed (0)
  4. 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: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Mon Jan 16 12:54:35 UTC 2023
    - 39.4K bytes
    - Viewed (0)
  5. 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: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 3.7K bytes
    - Viewed (0)
  6. 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: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu May 09 06:31:27 UTC 2024
    - 21.6K bytes
    - Viewed (0)
  7. 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: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 02:17:23 UTC 2024
    - 50.3K bytes
    - Viewed (0)
  8. 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: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 16.4K bytes
    - Viewed (0)
  9. src/main/resources/fess_label_de.properties

    labels.failureCountThreshold=Fehleranzahl
    labels.fileConfigName=Dateisystem-Konfigurationsname
    labels.fileName=Dateiname
    labels.handlerName=Handlername
    labels.handlerParameter=Parameter
    labels.handlerScript=Skripte
    labels.popularWord=Beliebte Wörter
    labels.ignoreFailureType=Ignorierte Fehlertypen
    labels.lastAccessTime=Letzter Zugriff
    labels.notificationTo=Benachrichtigung an
    labels.num=Anzahl
    labels.pn=Seitenzahl
    labels.protocolScheme=Schema
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 42.8K bytes
    - Viewed (0)
  10. src/main/resources/fess_label.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: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 40.7K bytes
    - Viewed (0)
Back to top