Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Song (0.22 sec)

  1. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        String INDEX_ADMIN_INTEGER_FIELDS = "index.admin.integer.fields";
    
        /** The key of the configuration. e.g. content_length,favorite_count,click_count */
        String INDEX_ADMIN_LONG_FIELDS = "index.admin.long.fields";
    
        /** The key of the configuration. e.g. boost */
        String INDEX_ADMIN_FLOAT_FIELDS = "index.admin.float.fields";
    
        /** The key of the configuration. e.g.  */
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Apr 11 02:34:53 GMT 2024
    - 459.2K bytes
    - Viewed (4)
  2. src/main/java/org/codelibs/fess/helper/SystemHelper.java

        protected int majorVersion;
    
        protected int minorVersion;
    
        protected String productVersion;
    
        protected long eolTime;
    
        private short systemCpuPercent;
    
        private long systemCpuCheckTime;
    
        private long systemCpuCheckInterval = 1000L;
    
        protected Map<String, Supplier<String>> updateConfigListenerMap = new HashMap<>();
    
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Sat Apr 13 11:43:03 GMT 2024
    - 26.5K bytes
    - Viewed (1)
  3. src/main/resources/fess_config.properties

    index.log.index=fess_log
    
    # doc management
    index.admin.array.fields=lang,role,label,anchor,virtual_host
    index.admin.date.fields=expires,created,timestamp,last_modified
    index.admin.integer.fields=
    index.admin.long.fields=content_length,favorite_count,click_count
    index.admin.float.fields=boost
    index.admin.double.fields=
    index.admin.required.fields=url,title,role,boost
    
    # timeout
    index.search.timeout=3m
    Properties
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Apr 11 02:34:53 GMT 2024
    - 30.6K bytes
    - Viewed (1)
Back to top