Fess is very powerful and easily deployable Enterprise Search Server.
Find a file
2015-11-26 16:12:59 +09:00
dbflute_fess update lastaflute and dbflute 2015-11-26 11:37:30 +09:00
src remove invalid javadoc 2015-11-26 16:08:57 +09:00
.gitattributes modify git configuration. 2013-09-15 21:38:11 +09:00
.gitignore Add suggest from searchLog. 2015-11-05 21:17:59 +09:00
LICENSE Initial commit 2013-09-12 21:50:05 -07:00
pom.xml [maven-release-plugin] prepare release fess-10.0.0-beta1 2015-11-26 16:12:59 +09:00
README.md modify jsp files 2015-11-03 07:12:23 +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

Issues/Questions

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

Getting Started

Download

Fess 10 is under development. Fess 9.x (Solr based) is HERE.

Run Fess

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

Access Fess

Development

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 dbflute:download # (one time command)
$ mvn dbflute:freegen
$ mvn license:format