Project

General

Profile

Elasticsearch and QCAT » History » Version 4

Kurt Gerber, 01 Feb 2017 11:17

1 4 Kurt Gerber
# Elasticsearch and QCAT
2 1 Kurt Gerber
3 4 Kurt Gerber
##  Links to Tutorials et al
4 1 Kurt Gerber
5
* "Elasticsearch homepage":https://www.elastic.co/guide/index.html
6
7
* "Elasitsearch tutorial":http://joelabrahamsson.com/elasticsearch-101/
8
9
10
11 4 Kurt Gerber
##  QCAT integration
12 1 Kurt Gerber
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*