Actions
Elasticsearch and QCAT » History » Revision 3
« Previous |
Revision 3/4
(diff)
| Next »
Lukas Vonlanthen, 14 Jul 2015 07:24
Elasticsearch and QCAT¶
Links to Tutorials et al¶
QCAT integration¶
- index:
[prefix][questionnaire_type]
(examples:qcat_technologies
,qcat_approaches
).- The prefix can be set in the settings.
- 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).
- type:
questionnaire
. This is currently always set toquestionnaire
.
- id:
identifier
. The identifier of the questionnaire.
For more information, please refer to the documentation of QCAT: http://qcat.readthedocs.org/en/develop/development/elasticsearch.html
Updated by Lukas Vonlanthen over 9 years ago · 3 revisions