xref: /plugin/elasticsearch/lang/en/settings.php (revision 621682790b24b3b8c662e41adaaddfd1d4d3978f)
1<?php
2/**
3 * english language file for elasticsearch plugin
4 *
5 * @author Kieback&Peter IT <it-support@kieback-peter.de>
6 */
7
8$meta['servers']        = 'ElasticSearch servers: one per line, add port number after a colon, give optional proxy after a comma';
9$meta['indexname']      = 'Index name to use, must exist or can be created with the cli.php tool.';
10$meta['documenttype']   = 'Document type to use when indexing';
11$meta['debug']          = 'Log messages to data/cache/debug.log - needs allowdebug enabled';
12