Fess is very powerful and easily deployable Enterprise Search Server.
Find a file
Shinsuke Sugaya 409e0eddd3 fix #320
2015-09-10 20:00:33 +09:00
dbflute_fess fix #320 2015-09-10 20:00:33 +09:00
src fix #320 2015-09-10 20:00:33 +09:00
.gitattributes modify git configuration. 2013-09-15 21:38:11 +09:00
.gitignore modify jsp and migrate to lasta 2015-08-06 14:24:07 +09:00
LICENSE Initial commit 2013-09-12 21:50:05 -07:00
pom.xml fix #320 2015-09-10 20:00:33 +09:00
README.md Update README.md 2015-03-07 17:21:27 +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 Solr 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.

Web Sites

Issues/Questions

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

Development

First of all, clone Fess's repositories:

$ cd ~/workspace
$ git clone https://github.com/codelibs/fess.git
$ git clone https://github.com/codelibs/fess-db.git
$ git clone https://github.com/codelibs/fess-suggest.git
$ git clone https://github.com/codelibs/fess-solr-plugin.git

and then imports them as Maven project. If you want to re-create H2 database for Fess, runs:

$ cd fess-db/fess-db-h2
$ mvn dbflute:download
$ mvn dbflute:replace-schema