Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for boostdoc (0.04 seconds)

  1. src/main/resources/fess_config.properties

    # Online help key for bad word.
    online.help.name.badword=badword
    # Online help key for path mapping.
    online.help.name.pathmap=pathmap
    # Online help key for boost document.
    online.help.name.boostdoc=boostdoc
    # Online help key for data config.
    online.help.name.dataconfig=dataconfig
    # Online help key for system info.
    online.help.name.systeminfo=systeminfo
    # Online help key for user.
    online.help.name.user=user
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 59.3K bytes
    - Click Count (0)
  2. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /** The key of the configuration. e.g. pathmap */
        String ONLINE_HELP_NAME_PATHMAP = "online.help.name.pathmap";
    
        /** The key of the configuration. e.g. boostdoc */
        String ONLINE_HELP_NAME_BOOSTDOC = "online.help.name.boostdoc";
    
        /** The key of the configuration. e.g. dataconfig */
        String ONLINE_HELP_NAME_DATACONFIG = "online.help.name.dataconfig";
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 576.9K bytes
    - Click Count (2)
Back to Top