Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 43 of 43 for fileConfig1 (1.6 sec)

  1. docs/ja/README.md

    ch-project/OpenSearch)をベースにしていますが、OpenSearchに関する知識や経験は**不要**です。Fessは、ブラウザを介してシステムを簡単に設定できる管理者向けのGUIを提供しています。Fessにはクローラも含まれており、[Webサーバー](https://fess.codelibs.org/14.17/admin/webconfig-guide.html)、[ファイルシステム](https://fess.codelibs.org/14.17/admin/fileconfig-guide.html)、または[データストア](https://fess.codelibs.org/14.17/admin/dataconfig-guide.html)(CSVやデータベースなど)のドキュメントをクロールできます。Microsoft Office、PDF、zipなど、多くのファイル形式に対応しています。
    
    *[Fess Site Search](https://github.com/codelibs/fess-site-search)*は、[Google...
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Oct 12 07:19:47 UTC 2024
    - 8.3K bytes
    - Viewed (0)
  2. src/main/resources/fess_config.properties

    # Online help key for dashboard.
    online.help.name.dashboard=dashboard
    # Online help key for web authentication.
    online.help.name.webauth=webauth
    # Online help key for file config.
    online.help.name.fileconfig=fileconfig
    # Online help key for file authentication.
    online.help.name.fileauth=fileauth
    # Online help key for label type.
    online.help.name.labeltype=labeltype
    # Online help key for duplicate host.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 14:45:37 UTC 2025
    - 54.7K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /** The key of the configuration. e.g. webauth */
        String ONLINE_HELP_NAME_WEBAUTH = "online.help.name.webauth";
    
        /** The key of the configuration. e.g. fileconfig */
        String ONLINE_HELP_NAME_FILECONFIG = "online.help.name.fileconfig";
    
        /** The key of the configuration. e.g. fileauth */
        String ONLINE_HELP_NAME_FILEAUTH = "online.help.name.fileauth";
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 525.6K bytes
    - Viewed (1)
Back to top