Fess is very powerful and easily deployable Enterprise Search Server.
Find a file
2017-04-15 19:57:58 +09:00
dbflute_fess #591 elasticsearch 5 support 2016-12-23 07:20:12 +09:00
src add #975 Admin API: /api/admin/labeltype 2017-04-15 19:57:58 +09:00
.gitattributes modify git configuration. 2013-09-15 21:38:11 +09:00
.gitignore fix #944 Admin API: /api/admin/accesstoken 2017-03-24 06:49:11 +09:00
dbflute.xml fix #953 elasticsearch 5.3 support 2017-03-30 12:44:52 +09:00
LICENSE update LICENSE 2015-12-05 14:47:13 +09:00
MIGRATION.md Create MIGRATION.md 2017-04-13 17:04:43 +09:00
plugin.xml use released plugins 2017-04-01 11:54:57 +09:00
pom.xml fix #995 download csv file 2017-04-15 07:24:45 +09:00
README.md Update README.md 2017-03-09 12:53:03 +09:00

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

fess.codelibs.org

Issues/Questions

Please file an issue.

Getting Started

Download

Fess 11.0 is available. The release page is HERE.

Install/Run Fess

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

For the details, see Installation Guide.

Access Fess

Search UI

Admin UI

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.

Localization

Japanese

Korean

Development Information

Get Source Code

First of all, clone Fess's repositories:

$ cd ~/workspace
$ git clone https://github.com/nocode2k/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
$ mvn rpm:rpm   # .rpm package
$ mvn jdeb:jdeb # .deb package

Generate Source Code

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

Translate In Your Language

Fess is internationalized software.

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