update docs
|
@ -8,7 +8,7 @@
|
|||
|
||||
Overview
|
||||
|
||||
This document describes a minimum step to use Fess.
|
||||
This document describes a minimum step to install and use Fess.
|
||||
|
||||
Download
|
||||
|
||||
|
@ -25,7 +25,7 @@ $ cd fess-server-x.y
|
|||
$ chmod +x bin/*.sh
|
||||
+---------------------------------+
|
||||
|
||||
Start Fess
|
||||
Start Fess Server
|
||||
|
||||
Run startup.[sh|bat] script file to start Fess server.
|
||||
|
||||
|
@ -33,19 +33,20 @@ Start Fess
|
|||
$ ./bin/startup.sh
|
||||
+---------------------------------+
|
||||
|
||||
Access to Administrative UI
|
||||
Access to Administrative GUI
|
||||
|
||||
Access to {{{http://localhost:8080/fess/admin}http://localhost:8080/fess/admin}}.
|
||||
The username/password for an administrator is admin/admin.
|
||||
|
||||
Click Web link at the menu pane after logging in as admin user.
|
||||
Click "Web" link at the menu pane after logging in as admin user.
|
||||
Create a web crawling configuration (Name, URL, Max access count,..) to crawl a web site.
|
||||
|
||||
Click General link at the menu pane.
|
||||
Type a schedule info to start a crawling.
|
||||
Click "Scheduled Jobs" link at the menu pane.
|
||||
Click "Edit" link for Crawler job.
|
||||
Edit "Schedule" to start a crawling.
|
||||
If you want to start crawling at 10:35am, type "0 35 10 * * ?" into Schedule field.
|
||||
The format is "Sec Min Hour Day Month Day Year", which is like a cron format.
|
||||
Click Update button to save parameters.
|
||||
Click "Confirm" and "Update" button to save parameters.
|
||||
If you set a crawling time as 10:35am, Fess start to crawl at 10:35am automatically.
|
||||
|
||||
Session Info link show you the crawling information.
|
||||
|
|
|
@ -10,45 +10,45 @@ Screenshot
|
|||
|
||||
* Search Results on Browser
|
||||
|
||||
[./images/ja/screenshot/fess_search_result.png] Search Results on Browser
|
||||
[./images/en/screenshot/fess_search_result.png] Search Results on Browser
|
||||
|
||||
* Crawling Setting
|
||||
|
||||
[./images/ja/screenshot/fess_admin_crawler.png] Crawling Setting
|
||||
[./images/en/screenshot/fess_admin_crawler.png] Crawling Setting
|
||||
|
||||
* Web Crawling Config
|
||||
|
||||
[./images/ja/screenshot/fess_admin_webconfig.png] Web Crawling Config
|
||||
[./images/en/screenshot/fess_admin_webconfig.png] Web Crawling Config
|
||||
|
||||
* File System Crawling Config
|
||||
|
||||
[./images/ja/screenshot/fess_admin_fsconfig.png] File System Crawling Config
|
||||
[./images/en/screenshot/fess_admin_fsconfig.png] File System Crawling Config
|
||||
|
||||
* Web Authentication Setting
|
||||
|
||||
[./images/ja/screenshot/fess_admin_webauth.png] Web Authentication Setting
|
||||
[./images/en/screenshot/fess_admin_webauth.png] Web Authentication Setting
|
||||
|
||||
* Path Mapping Setting
|
||||
|
||||
[./images/ja/screenshot/fess_admin_pathmapping.png] Path Mapping Setting
|
||||
[./images/en/screenshot/fess_admin_pathmapping.png] Path Mapping Setting
|
||||
|
||||
* Solr Setting
|
||||
|
||||
[./images/ja/screenshot/fess_admin_solr.png] Solr Setting
|
||||
[./images/en/screenshot/fess_admin_solr.png] Solr Setting
|
||||
|
||||
* Logfile List
|
||||
|
||||
[./images/ja/screenshot/fess_admin_logfile.png] Session Info
|
||||
[./images/en/screenshot/fess_admin_logfile.png] Session Info
|
||||
|
||||
* Session Info List
|
||||
|
||||
[./images/ja/screenshot/fess_admin_sessioninfo.png] Session Info List
|
||||
[./images/en/screenshot/fess_admin_sessioninfo.png] Session Info List
|
||||
|
||||
* Session Info Details
|
||||
|
||||
[./images/ja/screenshot/fess_admin_sessioninfo2.png] Session Info Details
|
||||
[./images/en/screenshot/fess_admin_sessioninfo2.png] Session Info Details
|
||||
|
||||
* Backup/Restore
|
||||
|
||||
[./images/ja/screenshot/fess_admin_backuprestore.png] Backup/Restore
|
||||
[./images/en/screenshot/fess_admin_backuprestore.png] Backup/Restore
|
||||
|
||||
|
|
BIN
src/site/resources/images/en/demo-1.png
Normal file
After Width: | Height: | Size: 22 KiB |
After Width: | Height: | Size: 49 KiB |
BIN
src/site/resources/images/en/screenshot/fess_admin_crawler.png
Normal file
After Width: | Height: | Size: 106 KiB |
BIN
src/site/resources/images/en/screenshot/fess_admin_fsconfig.png
Normal file
After Width: | Height: | Size: 109 KiB |
BIN
src/site/resources/images/en/screenshot/fess_admin_logfile.png
Normal file
After Width: | Height: | Size: 21 KiB |
After Width: | Height: | Size: 49 KiB |
After Width: | Height: | Size: 46 KiB |
After Width: | Height: | Size: 105 KiB |
BIN
src/site/resources/images/en/screenshot/fess_admin_solr.png
Normal file
After Width: | Height: | Size: 78 KiB |
BIN
src/site/resources/images/en/screenshot/fess_admin_webauth.png
Normal file
After Width: | Height: | Size: 78 KiB |
BIN
src/site/resources/images/en/screenshot/fess_admin_webconfig.png
Normal file
After Width: | Height: | Size: 110 KiB |
BIN
src/site/resources/images/en/screenshot/fess_search_result.png
Normal file
After Width: | Height: | Size: 121 KiB |
|
@ -6,7 +6,7 @@
|
|||
<version>3.0.1-SNAPSHOT</version>
|
||||
</skin>
|
||||
<bannerLeft>
|
||||
<name>Fess: Full tExt Search System</name>
|
||||
<name>Fess: Enterprise Search Server</name>
|
||||
<src>/images/fess-logo.gif</src>
|
||||
<href>http://fess.codelibs.org/</href>
|
||||
</bannerLeft>
|
||||
|
@ -20,22 +20,115 @@
|
|||
</links>
|
||||
<menu name="Overview">
|
||||
<item name="Home" href="index.html"/>
|
||||
<item name="License" href="license.html"/>
|
||||
<item name="Downloads" href="downloads.html"/>
|
||||
<item name="Download" href="downloads.html"/>
|
||||
<item name="Demo" href="http://search.n2sm.co.jp/"/>
|
||||
<item name="Screenshot" href="screenshot.html"/>
|
||||
<item name="Quick Startup" href="quick-start.html"/>
|
||||
</menu>
|
||||
<menu name="Basic">
|
||||
<item name="Installation" href="setup.html"/>
|
||||
<item name="Getting Started" href="getting-started.html"/>
|
||||
<item name="Quick Startup" href="quick-start.html"/>
|
||||
</menu>
|
||||
<menu name="Documentation">
|
||||
<!--
|
||||
<item name="Setup" href="setup.html"/>
|
||||
<menu name="Documentation">
|
||||
<item name="インストール" collapse="true" href="9.0/install/index.html">
|
||||
<item name="インストール" href="9.0/install/install.html"/>
|
||||
<item name="実行と停止" href="9.0/install/run.html"/>
|
||||
<item name="アンインストール" href="9.0/install/uninstall.html"/>
|
||||
</item>
|
||||
<item name="検索" collapse="true" href="9.0/user/index.html">
|
||||
<item name="AND検索" href="9.0/user/search-and.html"/>
|
||||
<item name="OR検索" href="9.0/user/search-or.html"/>
|
||||
<item name="NOT検索" href="9.0/user/search-not.html"/>
|
||||
<item name="ラベルによる検索" href="9.0/user/search-label.html"/>
|
||||
<item name="フィールド指定検索" href="9.0/user/search-field.html"/>
|
||||
<item name="ソート" href="9.0/user/search-sort.html"/>
|
||||
<item name="ワイルドカード" href="9.0/user/search-wildcard.html"/>
|
||||
<item name="範囲指定検索" href="9.0/user/search-range.html"/>
|
||||
<item name="ブースト検索" href="9.0/user/search-boost.html"/>
|
||||
<item name="曖昧検索" href="9.0/user/search-fuzzy.html"/>
|
||||
<item name="拡張パラメータ検索" href="9.0/user/search-options.html"/>
|
||||
<item name="ジオサーチ" href="9.0/user/search-geo.html"/>
|
||||
<item name="非表示検索条件" href="9.0/user/search-additional.html"/>
|
||||
<item name="XML応答" href="9.0/user/xml-response.html"/>
|
||||
<item name="JSON応答" href="9.0/user/json-response.html"/>
|
||||
</item>
|
||||
<item name="管理" collapse="true" href="9.0/admin/index.html">
|
||||
<item name="設定ウィザード" href="9.0/admin/wizard-guide.html"/>
|
||||
<item name="クロール全般の設定" href="9.0/admin/crawl-guide.html"/>
|
||||
<item name="システムの設定" href="9.0/admin/system-guide.html"/>
|
||||
<item name="インデックスの設定" href="9.0/admin/document-guide.html"/>
|
||||
<item name="ジョブ管理の設定" href="9.0/admin/scheduledJob-guide.html"/>
|
||||
<item name="デザインの設定" href="9.0/admin/design-guide.html"/>
|
||||
<item name="辞書の設定" href="9.0/admin/dict-guide.html"/>
|
||||
<item name="バックアップ/リストア" href="9.0/admin/data-guide.html"/>
|
||||
<item name="ウェブクロールの設定" href="9.0/admin/webCrawlingConfig-guide.html"/>
|
||||
<item name="ファイルシステムクロールの設定" href="9.0/admin/fileCrawlingConfig-guide.html"/>
|
||||
<item name="データストアクロールの設定" href="9.0/admin/dataCrawlingConfig-guide.html"/>
|
||||
<item name="ラベルの設定" href="9.0/admin/labelType-guide.html"/>
|
||||
<item name="パスマッピングの設定" href="9.0/admin/pathMapping-guide.html"/>
|
||||
<item name="ウェブ認証の設定" href="9.0/admin/webAuthentication-guide.html"/>
|
||||
<item name="ファイルシステム認証の設定" href="9.0/admin/fileAuthentication-guide.html"/>
|
||||
<item name="リクエストヘッダーの設定" href="9.0/admin/requestHeader-guide.html"/>
|
||||
<item name="重複ホストの設定" href="9.0/admin/overlappingHost-guide.html"/>
|
||||
<item name="ロールの設定" href="9.0/admin/roleType-guide.html"/>
|
||||
<item name="対応ブラウザの設定" href="9.0/admin/browserType-guide.html"/>
|
||||
<item name="設定情報" href="9.0/admin/systemInfo-guide.html"/>
|
||||
<item name="ジョブログ" href="9.0/admin/jobLog-guide.html"/>
|
||||
<item name="セッション情報" href="9.0/admin/crawlingSession-guide.html"/>
|
||||
<item name="ログファイル" href="9.0/admin/log-guide.html"/>
|
||||
<item name="障害URL" href="9.0/admin/failureUrl-guide.html"/>
|
||||
<item name="検索" href="9.0/admin/searchList-guide.html"/>
|
||||
<item name="検索ログ" href="9.0/admin/searchLog-guide.html"/>
|
||||
<item name="統計" href="9.0/admin/stats-guide.html"/>
|
||||
<item name="利用者" href="9.0/admin/userInfo-guide.html"/>
|
||||
<item name="人気URL" href="9.0/admin/favoriteLog-guide.html"/>
|
||||
</item>
|
||||
<item name="設定" collapse="true" href="9.0/config/index.html">
|
||||
<item name="ポート変更" href="9.0/config/server-port.html"/>
|
||||
<item name="メモリー関連" href="9.0/config/memory-config.html"/>
|
||||
<item name="プロキシ設定" href="9.0/config/proxy.html"/>
|
||||
<item name="携帯端末情報" href="9.0/config/mobile-device.html"/>
|
||||
<item name="ファイルサイズの設定" href="9.0/config/filesize.html"/>
|
||||
<item name="ログ" href="9.0/config/logging.html"/>
|
||||
<item name="Solr障害時の動作" href="9.0/config/solr-failure.html"/>
|
||||
<item name="ダイナミックフィールド" href="9.0/config/solr-dynamic-field.html"/>
|
||||
<item name="ロールの設定" href="9.0/config/role-setting.html"/>
|
||||
<item name="レプリケーションの設定" href="9.0/config/replication.html"/>
|
||||
<item name="Windowsサービスの設定" href="9.0/config/windows-service.html"/>
|
||||
<item name="索引文字列抽出の設定" href="9.0/config/tokenizer.html"/>
|
||||
<item name="ステミングの設定" href="9.0/config/protwords.html"/>
|
||||
<item name="インデックスの保存" href="9.0/config/index-backup.html"/>
|
||||
<item name="Tomcatにインストール" href="9.0/config/install-on-tomcat.html"/>
|
||||
<item name="パスワード付きPDF" href="9.0/config/pdf-with-password.html"/>
|
||||
<item name="データベースの変更" href="9.0/config/db.html"/>
|
||||
<item name="ジオサーチ" href="9.0/config/geosearch.html"/>
|
||||
<item name="LibreOfficeの利用" href="9.0/config/use-libreoffice.html"/>
|
||||
</item>
|
||||
</menu>
|
||||
-->
|
||||
<item name="JavaDoc" href="apidocs/index.html"/>
|
||||
<menu name="Development">
|
||||
<!-- <item name="開発者ガイド" href="dev/getting-started.html"/> -->
|
||||
<item name="Source Repository" href="source-repository.html"/>
|
||||
<item name="Java Docs" href="apidocs/index.html"/>
|
||||
<!-- <item name="ロードマップ" href="roadmap.html"/> -->
|
||||
<!-- <item name="変更点" href="changes.html"/> -->
|
||||
<item name="Dependencies" href="dependencies.html"/>
|
||||
<item name="Issues" href="https://github.com/codelibs/fess/issues?state=open"/>
|
||||
<item name="Team" href="team-list.html"/>
|
||||
<!-- <item name="メーリングリスト" href="mail-lists.html"/> -->
|
||||
</menu>
|
||||
<menu name="Othres">
|
||||
<item name="News" href="news.html"/>
|
||||
<!-- <item name="掲載記事" href="articles.html"/> -->
|
||||
<!-- <item name="利用サイト" href="users.html"/> -->
|
||||
<item name="License" href="license.html"/>
|
||||
<!-- <item name="FAQ" href="faq.html"/> -->
|
||||
<item name="Supporting Projects" href="supporting-projects.html"/>
|
||||
<!-- <item name="商用サポート" href="support-services.html"/> -->
|
||||
<!-- <item name="ASP/SaaS" href="asp.html"/> -->
|
||||
<!-- <item name="広告" href="donation.html"/> -->
|
||||
</menu>
|
||||
|
||||
${reports}
|
||||
</body>
|
||||
</project>
|
||||
|
|
|
@ -22,12 +22,12 @@
|
|||
<menu name="全般">
|
||||
<item name="ホーム" href="index.html"/>
|
||||
<item name="ダウンロード" href="downloads.html"/>
|
||||
<item name="簡単構築ガイド" href="quick-start.html"/>
|
||||
<item name="スクリーンショット" href="screenshot.html"/>
|
||||
<item name="デモ" href="http://search.n2sm.co.jp/"/>
|
||||
</menu>
|
||||
<menu name="入門">
|
||||
<item name="インストール" href="setup.html"/>
|
||||
<item name="簡単構築ガイド" href="quick-start.html"/>
|
||||
<item name="使い方" href="getting-started.html"/>
|
||||
</menu>
|
||||
<menu name="ドキュメント">
|
||||
|
@ -119,7 +119,7 @@
|
|||
<item name="ロードマップ" href="roadmap.html"/>
|
||||
<item name="変更点" href="changes.html"/>
|
||||
<item name="依存関係" href="dependencies.html"/>
|
||||
<item name="課題追跡" href="issue-tracking.html"/>
|
||||
<item name="課題追跡" href="https://github.com/codelibs/fess/issues?state=open"/>
|
||||
<item name="開発者" href="team-list.html"/>
|
||||
<item name="メーリングリスト" href="mail-lists.html"/>
|
||||
</menu>
|
||||
|
|
|
@ -11,8 +11,8 @@
|
|||
<body>
|
||||
<section name="What is Fess?">
|
||||
<p>Fess is very powerful and easily deployable Enterprise Search Server. You can install and run Fess quickly on any platforms, which have Java runtime environment. Fess is provided under Apache license.</p>
|
||||
<img src="./images/en/fess_search_result_mini.png" alt="Fess Screen Shot"/>
|
||||
<p>Fess is <a href="http://lucene.apache.org/solr/" class="externalLink">Solr</a> based search server, but knowledge/experience about Solr is NOT needed. Fess provides Administration GUI feature to configure the system on your browser. Fess also contains a crawler, which can crawl documents on Web/Local File System and support many file formats, such as MS Office, pdf and zip.</p>
|
||||
<a href="http://search.n2sm.co.jp/" target="_blank"><img src="/images/en/demo-1.png"/></a>
|
||||
<p>Fess is <a href="http://lucene.apache.org/solr/" class="externalLink">Solr</a> based search server, but knowledge/experience about Solr is NOT needed because of All-in-One Enterprise Search Server. Fess provides Administration GUI to configure the system on your browser. Fess also contains a crawler, which can crawl documents on Web/File System/DB and support many file formats, such as MS Office, pdf and zip.</p>
|
||||
</section>
|
||||
<section name="Features">
|
||||
<ul>
|
||||
|
@ -31,23 +31,6 @@
|
|||
<li>Provide auto-complete(suggest)</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section name="Demo Site">
|
||||
<div >
|
||||
<div style="width:220px;float:left;">
|
||||
<a href="http://search.n2sm.co.jp/" target="_blank"><img src="/images/ja/demo-1.png"/></a>
|
||||
<div>Standard</div>
|
||||
</div>
|
||||
<div style="width:220px;float:left;">
|
||||
<a href="http://demo.n2search.net/aspdemo/" target="_blank"><img src="/images/ja/demo-2.png"/></a>
|
||||
<div>Enterprice Search</div>
|
||||
</div>
|
||||
<div style="width:220px;float:left;">
|
||||
<a href="http://demo.n2search.net/ecdemo/" target="_blank"><img src="/images/ja/demo-3.png"/></a>
|
||||
<div>EC Site</div>
|
||||
</div>
|
||||
<div style="clear:both;"></div>
|
||||
</div>
|
||||
</section>
|
||||
<section name="News">
|
||||
<dl>
|
||||
<dt>2014-02-07</dt>
|
||||
|
|