1<?php 2/** 3 * english language file for elasticsearch plugin 4 * 5 * @author Kieback&Peter IT <it-support@kieback-peter.de> 6 */ 7 8$lang['servers'] = 'ElasticSearch servers: one per line, add port number after a colon, give optional proxy after a comma'; 9$lang['indexname'] = 'Index name to use, must exist or can be created with the cli.php tool.'; 10$lang['documenttype'] = 'Document type to use when indexing wiki pages'; 11$lang['mediaparsers'] = 'Media parsers returning text or JSON: one per line, file extension separated by semicolon from parser location (file system path or URL)'; 12$lang['perpage'] = 'How many hits to show per page'; 13$lang['debug'] = 'Log messages to data/cache/debug.log - needs allowdebug enabled'; 14