Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Murray (0.21 sec)

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

        /** The key of the configuration. e.g. fess_log */
        String INDEX_LOG_INDEX = "index.log.index";
    
        /** The key of the configuration. e.g. lang,role,label,anchor,virtual_host */
        String INDEX_ADMIN_ARRAY_FIELDS = "index.admin.array.fields";
    
        /** The key of the configuration. e.g. expires,created,timestamp,last_modified */
        String INDEX_ADMIN_DATE_FIELDS = "index.admin.date.fields";
    
        /** The key of the configuration. e.g.  */
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Apr 11 02:34:53 GMT 2024
    - 459.2K bytes
    - Viewed (4)
  2. src/main/resources/fess_config.properties

    index.document.crawler.data.number_of_replicas=1
    index.document.crawler.filter.number_of_replicas=1
    index.config.index=fess_config
    index.user.index=fess_user
    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
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Apr 11 02:34:53 GMT 2024
    - 30.6K bytes
    - Viewed (1)
Back to top