fess

Fess is very powerful and easily deployable Enterprise Search Server.

Github星跟蹤圖

Fess Enterprise Search Server Tweet

Build Status
Maven Central
License

Overview

Fess is a very powerful and easily deployable Enterprise Search Server. You can quickly install and run Fess on any platform where you can run the Java Runtime Environment. Fess is provided under the Apache License 2.0.

Fess is based on Elasticsearch, but knowledge/experience about Elasticsearch is not required. Fess provides an easy to use Administration GUI to configure the system via your browser.
Fess also contains a Crawler, which can crawl documents on a web server, file system, or Data Store (such as a CSV or database). Many file formats are supported including (but not limited to): Microsoft Office, PDF, and zip.

Fess Site Search is a free alternative to Google Site Search. For more details, see the FSS JS Generator documentation.

Website

fess.codelibs.org

Issues/Questions

discuss.codelibs.org

Getting Started

There are 2 ways to try Fess. The first is to download and install yourself. The second is to use Docker.

Download and Install/Run

Fess 13.6 is now available and can be downloaded on the Releases page. Downloads come in 3 flavors: deb, rpm, zip.

The following commands show how to use the zip download:

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

For more details, see the Installation Guide.

Docker

We provide Docker images on Docker Hub. We also provide a Docker Compose (YAML) file in this repository.

Browser UI

  • Search UI: http://localhost:8080/

Search UI

  • Admin UI: http://localhost:8080/admin/ (default username/password is admin/admin)

Admin UI

You can register crawling targets in the Admin UI on the (Web, File, Data Store) crawler configuration pages, and then start the Crawler manually on the Scheduler page.

Migration from another search provider

Please see MIGRATION.md.

X-Pack Support

Please see fess-xpack.

Data Store

Currently, Fess supports crawling the following storage locations and APIs:

Theme

Localization

Japanese

Korean

Development Information

Get Source Code

  1. Clone Fess's repository:

    $ cd ~/workspace
    $ git clone https://github.com/codelibs/fess.git
    
  2. Import the cloned repository as a Maven project on Eclipse or another IDE.

Setup for Elasticsearch Plugins

Run antrun:run to download plugins into the plugins directory:

$ mvn antrun:run

Run Fess

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

Build Package

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

$ mvn package
$ mvn rpm:rpm   # .rpm package
$ mvn jdeb:jdeb # .deb package

Generate Source Code

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

Integration Tests

Launch Fess Server and run the following command:

$ mvn test -P integrationTests -Dtest.fess.url="http://localhost:8080" -Dtest.es.url="http://localhost:9201"

To run a single test case, you can use:

$ mvn test -P integrationTests -Dtest.fess.url="http://localhost:8080" -Dtest.es.url="http://localhost:9201" -Dtest=SearchApiTests

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 the analyzer for your language. For more details about Analyzers, see the Elasticsearch documentation.

We welcome pull requests for your language.

Powered By

主要指標

概覽
名稱與所有者codelibs/fess
主編程語言Java
編程語言Shell (語言數: 7)
平台
許可證Apache License 2.0
所有者活动
創建於2013-09-13 04:50:05
推送於2025-06-14 00:39:10
最后一次提交2025-06-14 09:36:40
發布數181
最新版本名稱fess-14.19.2 (發布於 2025-05-24 01:34:53)
第一版名稱fess-9.0.0 (發布於 2014-02-05 13:57:00)
用户参与
星數1k
關注者數62
派生數171
提交數4.5k
已啟用問題?
問題數2576
打開的問題數25
拉請求數257
打開的拉請求數0
關閉的拉請求數45
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?