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: 2 days 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-12-29T14:13:35.000Z (about 1 month ago)
- Last Synced: 2025-01-22T18:03:51.731Z (9 days ago)
- Topics: fulltextsearch
- Language: PHP
- Homepage: https://apps.nextcloud.com/apps/fulltextsearch
- Size: 4.67 MB
- Stars: 219
- Watchers: 23
- Forks: 51
- Open Issues: 220
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Authors: AUTHORS.md
Awesome Lists containing this project
- awesome-starred - nextcloud/fulltextsearch - 🔍 Core of the full-text search framework for Nextcloud (others)
README
# Full text search
[![REUSE status](https://api.reuse.software/badge/github.com/nextcloud/fulltextsearch)](https://api.reuse.software/info/github.com/nextcloud/fulltextsearch)
[![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)