GithubHelp home page GithubHelp logo

teufelweich / fess Goto Github PK

View Code? Open in Web Editor NEW

This project forked from codelibs/fess

0.0 0.0 0.0 35.79 MB

Fess is very powerful and easily deployable Enterprise Search Server.

Home Page: https://fess.codelibs.org/

License: Other

Shell 0.19% Batchfile 0.11% Java 97.68% HTML 0.01% CSS 1.16% JavaScript 0.86%

fess's Introduction

Enterprise Search Server: Fess Build Status

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.

For Site Search feature, see FSS JS Genertor. Fess Site Search is Google Site Search alternative.

Web Sites

fess.codelibs.org

Issues/Questions

Please check filed questions, and then file an issue if not filed.

Getting Started

Download

Fess 12.1 is available. The release page is HERE.

Install/Run Fess

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

For the details, see Installation Guide.

Access Fess

Search UI

Admin UI

You can register crawling targets on Web/File System/Data Store of admin pages, and then start Crawler on Scheduler page manually.

Fess on Docker Hub

We provide Docker image on Docker Hub. For more details, see Public Repository.

Migration from Other Systems

Please see MIGRATION.md.

Localization

Japanese

Korean

Development Information

Get Source Code

First of all, clone Fess's repository:

$ cd ~/workspace
$ git clone https://github.com/codelibs/fess.git

and then import it as Maven project on Eclipse or other 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/

Build Package

Run package goal and then the release file is 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"

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 analyzer for your language. For more details about elasticsearch's analyzer, see Analyzers.

We are waiting for pull requests of your language.

Powered By

fess's People

Contributors

3rdarm avatar jdeathe avatar jflute avatar jongsung-park avatar keiichiw avatar kw-udon avatar ma2ta2 avatar ma2tani avatar macinjoke avatar majidsafari avatar marevol avatar nocode2k avatar nullpos avatar shatake avatar shiena avatar stepanov-sergey avatar stweil avatar tairaku avatar tanksuzuki avatar tktech avatar yfujita avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.