https://github.com/nextcloud/fulltextsearch
🔍 Core of the full-text search framework for Nextcloud
https://github.com/nextcloud/fulltextsearch
fulltextsearch
Last synced: 21 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: 2025-03-03T13:48:56.000Z (2 months ago)
- Last Synced: 2025-04-03T11:11:29.004Z (about 1 month ago)
- Topics: fulltextsearch
- Language: PHP
- Homepage: https://apps.nextcloud.com/apps/fulltextsearch
- Size: 4.69 MB
- Stars: 220
- Watchers: 23
- Forks: 53
- Open Issues: 218
-
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
[](https://api.reuse.software/info/github.com/nextcloud/fulltextsearch)
[](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)