説明なし

Shinsuke Sugaya fb919b7df7 [maven-release-plugin] prepare release fess-10.1.2 9 年 前
dbflute_fess 7e99071893 fix #532 : download mydbflute from lastaflute 9 年 前
src 70fa492b62 fix #588 modify css for IE 9 年 前
.gitattributes c62a5b9143 modify git configuration. 12 年 前
.gitignore 54c4bd1d6a Add suggest from searchLog. 9 年 前
LICENSE 739a31a6f0 update LICENSE 9 年 前
README.md 7e99071893 fix #532 : download mydbflute from lastaflute 9 年 前
dbflute.xml 7e99071893 fix #532 : download mydbflute from lastaflute 9 年 前
plugin.xml 7d5e5a1cd4 fix #515 : update dashboard 9 年 前
pom.xml fb919b7df7 [maven-release-plugin] prepare release fess-10.1.2 9 年 前

README.md

Enterprise Search Server: Fess

Overview

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.

Fess is Elasticsearch based search server, but knowledge/experience about Elasticsearch 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/FileSystem/DB and supports many file formats, such as MS Office, pdf and zip.

Web Sites

Issues/Questions

Please file an issue. (Japanese forum is here.)

Getting Started

Download

Fess 10.0 is available. The release page is HERE.

Install/Run Fess

$ unzip fess-10.0.x.zip
$ cd fess-10.0.x
$ ./bin/fess

For the details, see Installation Guide.

Access Fess

You can register crawling targets on Web/File System/Data Store of admin pages, and then start Crawler on Scheduler page manually.

Fess on Docker Hub

We provide Docker image on Docker Hub. For more details, see Public Repository.

Development Information

Get Source Code

First of all, clone Fess's repositories:

$ cd ~/workspace
$ git clone https://github.com/codelibs/fess.git

and then imports it as Maven project on eclipse or ohter IDE.

Setup for Elasticsearch Plugins

Run antrun:run to download plugins into plugins directory:

$ mvn antrun:run

Run Fess

Run or debug org.codelibs.fess.FessBoot on IDE, and then access http://localhost:8080/fess/

Build Package

Run package goal and then the release file is created in target/releases.

$ mvn package

Generate Source Code

$ mvn antrun:run # (one time command)
$ mvn dbflute:freegen
$ mvn license:format

Localization

Fess is internationalized software, and supports the following languages at the moment:

  • English
  • Japanese

If you want to add labels/messages for your language, please translate properties file and then rename to fess_*_[lang].properties.

For search/index analyzer, if doc.json contains lang_[lang] for your language, please modify analyzer for your language. For more details about elasticsearch's analyzer, see Analyzers.

We are waiting for pull requests of your language.

Powered By