Project

General

Profile

Elasticsearch and QCAT » History » Version 3

Lukas Vonlanthen, 14 Jul 2015 07:24

1 1 Kurt Gerber
h1. Elasticsearch and QCAT
2
3
h2. Links to Tutorials et al
4
5
* "Elasticsearch homepage":https://www.elastic.co/guide/index.html
6
7
* "Elasitsearch tutorial":http://joelabrahamsson.com/elasticsearch-101/
8
9
10
11
h2. QCAT integration
12
13 3 Lukas Vonlanthen
* *index*: @[prefix][questionnaire_type]@ (examples: @qcat_technologies@, @qcat_approaches@). 
14 1 Kurt Gerber
15 3 Lukas Vonlanthen
  * The prefix can be set in the settings. 
16
  * The index is actually an alias pointing to an index in behind (for example @qcat_technologies_1@). This allows to update the mapping of an index without any downtime (see also https://www.elastic.co/blog/changing-mapping-with-zero-downtime).
17 1 Kurt Gerber
18 3 Lukas Vonlanthen
* *type*: @questionnaire@. This is currently always set to @questionnaire@.
19
20
* *id*: @identifier@. The identifier of the questionnaire.
21
22
23
*For more information, please refer to the documentation of QCAT: http://qcat.readthedocs.org/en/develop/development/elasticsearch.html*