Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 55 of 55 for file_config (0.05 sec)

  1. docs/ko/README.md

    ch-project/OpenSearch)를 기반으로 하지만, OpenSearch에 대한 지식이나 경험은 필요하지 않습니다. Fess는 브라우저를 통해 시스템을 구성할 수 있는 사용하기 쉬운 관리 GUI를 제공합니다. 또한 Fess는 [웹 서버](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 사이트 검색](https://github.com/codelibs/fess-site-search)*은...
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Oct 12 07:19:47 UTC 2024
    - 7.8K bytes
    - Viewed (1)
  2. src/main/java/org/codelibs/fess/app/web/admin/AdminAction.java

    import org.codelibs.fess.app.web.admin.failureurl.AdminFailureurlAction;
    import org.codelibs.fess.app.web.admin.fileauth.AdminFileauthAction;
    import org.codelibs.fess.app.web.admin.fileconfig.AdminFileconfigAction;
    import org.codelibs.fess.app.web.admin.general.AdminGeneralAction;
    import org.codelibs.fess.app.web.admin.group.AdminGroupAction;
    import org.codelibs.fess.app.web.admin.joblog.AdminJoblogAction;
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 19K bytes
    - Viewed (0)
  3. 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)
  4. 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)
  5. 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