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: 2708371d51dffa681006cc9813575eb975ed664f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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)

**BETA VERSION**  

_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-App to 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)