Fess

Fess is very powerful and easily deployable Enterprise Search Server.
Categoriesย >ย Computer Scienceย >ย Search
Alternatives To Fess
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Clickvisual1,198
a month ago48August 24, 202338mitGo
A lightweight log analytic and data visualize platform built on clickhouse.
Fess91012196 days ago135June 13, 202226apache-2.0Java
Fess is very powerful and easily deployable Enterprise Search Server.
Admin_data379
11 years ago17mitRuby
A non instrusive gem which helps you browse, search and manage your data using browser
Pcapdb237
5 months ago25otherJavaScript
A Distributed, Search-Optimized Full Packet Capture System
Avenger Sh226
6 years ago5October 03, 20162mitPHP
Project for finding vunerabilities in mass.
Meilisearch Ui136
3 days ago9apache-2.0TypeScript
๐Ÿ˜Ž An open-source, pretty, simple and fast โšก meilisearch admin dashboard UI for managing your meilisearch instances ๐Ÿ•น
Stevedore117
3 years ago21apache-2.0JavaScript
search document dumps: ingest and explore in one extensible framework
Ldap Authentication88211 days ago17August 15, 202211bsd-2-clauseJavaScript
๐Ÿ”๐Ÿ”๐Ÿ” A simple Nodejs Async LDAP authentication library
Go Solr6529a year ago1February 19, 20206mitGo
Solr client in Go, core admin, add docs, update, delete, search and more
Django Admin Search61
5 months ago22December 26, 20215mitPython
Modal filter for django admin
Alternatives To Fess
Select To Compare


Alternative Project Comparisons
Readme

Fess Enterprise Search Server Tweet

Java CI with Maven 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 OpenSearch/Elasticsearch, but knowledge/experience about OpenSearch/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 14.10 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-14.10.x.zip
$ cd fess-14.10.x
$ ./bin/fess

For more details, see the Installation Guide.

Docker

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

Browser UI

Search UI

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.

Data Store

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

Theme

Ingest

Script

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 OpenSearch 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.search_engine.url="http://localhost:9201"

To run a single test case, you can use:

$ mvn test -P integrationTests -Dtest.fess.url="http://localhost:8080" -Dtest.search_engine.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

Popular Search Projects
Popular Admin Projects
Popular Computer Science Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Java
Search
Language
Admin
Elasticsearch
Crawler
Search Engine
Lucene
Full Text Search