Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nextcloud/fulltextsearch
🔍 Core of the full-text search framework for Nextcloud
https://github.com/nextcloud/fulltextsearch
fulltextsearch
Last synced: about 1 month ago
JSON representation
🔍 Core of the full-text search framework for Nextcloud
- Host: GitHub
- URL: https://github.com/nextcloud/fulltextsearch
- Owner: nextcloud
- License: agpl-3.0
- Created: 2016-08-26T09:17:12.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-05-20T19:08:42.000Z (6 months ago)
- Last Synced: 2024-05-21T13:05:51.406Z (6 months ago)
- Topics: fulltextsearch
- Language: PHP
- Homepage:
- Size: 4.58 MB
- Stars: 205
- Watchers: 20
- Forks: 51
- Open Issues: 202
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - nextcloud/fulltextsearch - 🔍 Core of the full-text search framework for Nextcloud (others)
README
# Full text search
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/nextcloud/fulltextsearch/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/nextcloud/fulltextsearch/?b=master)
_Full text search_ is the core app of a full-text search framework for your Nextcloud.
To have it operate, and get content indexed, some other apps are needed:- Some **Providers Apps** to extract content from your Nextcloud.
- A **Platform App** that communicate with a search platform _(ie. Elastic Search, Solr, …)_ in order to index the content provided by the **Providers**.
_Note: There is no limit to the number of platform-apps that can be installed, however only one can be selected from the admin interface_### Documentation
[Can be found on the wiki](https://github.com/nextcloud/fulltextsearch/wiki)