All Projects → codelibs → fess-site-search

codelibs / fess-site-search

Licence: Apache-2.0 license
Fess Site Search provides JavaScript files.

Programming Languages

CSS
56736 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to fess-site-search

Typesense
Fast, typo tolerant, fuzzy search engine for building delightful search experiences ⚡ 🔍 ✨ An Open Source alternative to Algolia and an Easier-to-Use alternative to ElasticSearch.
Stars: ✭ 8,644 (+39190.91%)
Mutual labels:  enterprise-search, site-search
Googler
🔍 Google from the terminal
Stars: ✭ 5,594 (+25327.27%)
Mutual labels:  google-site-search
enterprise-search-php
Elastic Enterprise Search Official PHP Client
Stars: ✭ 20 (-9.09%)
Mutual labels:  enterprise-search
enterprise-search-ruby
Official Ruby client for Elastic Enterprise Search, App Search, and Workplace Search
Stars: ✭ 22 (+0%)
Mutual labels:  enterprise-search
fess-docs
Fess Docs.
Stars: ✭ 20 (-9.09%)
Mutual labels:  fess
Meilisearch
Powerful, fast, and an easy to use search engine
Stars: ✭ 20,236 (+91881.82%)
Mutual labels:  site-search

Fess Site Search Build Status

Fess Site Search(FSS) provides JS file to deploy Search features on your web site. FSS JS is a JavaScript file. Putting it to your web site, search results provided by Fess are available. FSS Generator provides FSS JS file.

FSS Generator

See FSS Generator.

Development

Run on Docker

$ docker build -t fss .
$ docker run -d -p 5000:5000 fss

and then access http://localhost:5000.

Run locally

$ ./install.sh
$ export FLASK_APP=app/__init__.py
$ flask run
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].