xref: /plugin/elasticsearch/lang/en/settings.php (revision dcb5f690081eb851b3829bdf737de931ba5d4d6b) !
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['perpage']        = 'How many hits to show per page';
12$meta['debug']          = 'Log messages to data/cache/debug.log - needs allowdebug enabled';
13