Welcome to mirror list, hosted at ThFree Co, Russian Federation.

README.md - github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6a12324179a7e2cda26a75d370984f1a00eb168e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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)