Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Clickvisual | 1,198 | a month ago | 48 | August 24, 2023 | 38 | mit | Go | |||
A lightweight log analytic and data visualize platform built on clickhouse. | ||||||||||
Fess | 910 | 12 | 19 | 6 days ago | 135 | June 13, 2022 | 26 | apache-2.0 | Java | |
Fess is very powerful and easily deployable Enterprise Search Server. | ||||||||||
Admin_data | 379 | 11 years ago | 17 | mit | Ruby | |||||
A non instrusive gem which helps you browse, search and manage your data using browser | ||||||||||
Pcapdb | 237 | 5 months ago | 25 | other | JavaScript | |||||
A Distributed, Search-Optimized Full Packet Capture System | ||||||||||
Avenger Sh | 226 | 6 years ago | 5 | October 03, 2016 | 2 | mit | PHP | |||
Project for finding vunerabilities in mass. | ||||||||||
Meilisearch Ui | 136 | 3 days ago | 9 | apache-2.0 | TypeScript | |||||
๐ An open-source, pretty, simple and fast โก meilisearch admin dashboard UI for managing your meilisearch instances ๐น | ||||||||||
Stevedore | 117 | 3 years ago | 21 | apache-2.0 | JavaScript | |||||
search document dumps: ingest and explore in one extensible framework | ||||||||||
Ldap Authentication | 88 | 2 | 11 days ago | 17 | August 15, 2022 | 11 | bsd-2-clause | JavaScript | ||
๐๐๐ A simple Nodejs Async LDAP authentication library | ||||||||||
Go Solr | 65 | 2 | 9 | a year ago | 1 | February 19, 2020 | 6 | mit | Go | |
Solr client in Go, core admin, add docs, update, delete, search and more | ||||||||||
Django Admin Search | 61 | 5 months ago | 22 | December 26, 2021 | 5 | mit | Python | |||
Modal filter for django admin |
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.
There are 2 ways to try Fess. The first is to download and install yourself. The second is to use Docker.
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.
We provide Docker images on ghcr.io. We also provide a Docker Compose (YAML) file in this repository.
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.
Please see MIGRATION.md.
Currently, Fess supports crawling the following storage locations and APIs:
Clone Fess's repository:
$ cd ~/workspace
$ git clone https://github.com/codelibs/fess.git
Import the cloned repository as a Maven project on Eclipse or another IDE.
Run antrun:run to download plugins into the plugins directory:
$ mvn antrun:run
Run or debug org.codelibs.fess.FessBoot on your IDE, and then access http://localhost:8080/
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
$ mvn dbflute:download # (one time command)
$ mvn dbflute:freegen
$ mvn license:format
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
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.