🔍 Core of the full-text search framework for Nextcloud
Перейти к файлу
Maxence Lange a1ec8439a3 tests
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2023-06-28 16:48:39 -01:00
.github/workflows
.tx
appinfo
css
docs
img
js
l10n
lib
screenshots
templates
tests tests 2023-06-28 16:48:39 -01:00
.gitignore
.php-cs-fixer.dist.php
.scrutinizer.yml
CHANGELOG.md
LICENSE
Makefile
README.md
composer.json psalm 2023-06-28 16:40:07 -01:00
composer.lock
mkdocs.yml
psalm.xml psalm 2023-06-28 16:40:07 -01:00

README.md

Full text search

Scrutinizer Code Quality

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