xref: /plugin/sphinxsearch-was/conf/metadata.php (revision 16:99cd2fd2d45d)
1<?php
2/**
3 * Options for the sphinxsearch plugin
4 *
5 * @author Yaroslav Vorozhko <yaroslav@ivinco.com>
6 */
7$meta['host']     = array('string');
8$meta['port']     = array('numeric');
9$meta['index']     = array('string');
10$meta['maxresults'] = array('numeric');
11$conf['snippetsize'] = array('numeric');
12$conf['arroundwords'] = array('numeric');
13
14