πŸ” Core of the full-text search framework for Nextcloud
ΠŸΠ΅Ρ€Π΅ΠΉΡ‚ΠΈ ΠΊ Ρ„Π°ΠΉΠ»Ρƒ
Nextcloud bot adb5f18496
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-06-16 02:49:54 +00:00
.tx Fix tx config 2018-02-12 23:02:43 +01:00
appinfo 21.0.0 2021-03-08 13:01:52 -01:00
css ui glitch 2018-06-14 16:01:40 -01:00
docs nextant v2 2017-12-26 11:02:40 -01:00
img keeping NC searchbox 2018-02-08 08:43:01 -01:00
js l10n: Replace the apostrophe with double quotation 2021-05-06 15:02:03 +02:00
l10n [tx-robot] updated from transifex 2021-06-16 02:49:54 +00:00
lib providerId displayed in title 2021-05-06 10:47:44 -01:00
screenshots rename 2018-08-28 20:30:39 +02:00
templates php7 2018-10-31 11:33:47 +01:00
.gitignore 2.0.0 2020-10-15 17:03:46 -01:00
.scrutinizer.yml scrut this 2017-12-27 11:27:08 -01:00
CHANGELOG.md 21.0.0 2021-03-08 13:01:52 -01:00
LICENSE nextant v2 2017-12-26 11:02:40 -01:00
Makefile 21.0.0 2021-03-08 13:01:52 -01:00
README.md RC1 2018-08-18 22:51:14 +02:00
composer.json lock mspt 2021-05-05 18:20:55 -01:00
composer.lock lock mspt 2021-05-05 18:20:55 -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