X-Git-Url: https://git.cweiske.de/phinde.git/blobdiff_plain/083fa4116b22f4898123006880fb52061763513d..9ff01ebe8cde0a07ad2a480d1a45eb1a29cb113d:/data/config.php.dist diff --git a/data/config.php.dist b/data/config.php.dist index 20bf208..5c095ca 100644 --- a/data/config.php.dist +++ b/data/config.php.dist @@ -1,5 +1,7 @@ 'website search', 'elasticsearch' => 'http://127.0.0.1:9200/phinde/', //whitelist of domains that shall be crawled 'domains' => array( @@ -25,5 +27,10 @@ $GLOBALS['phinde'] = array( //prefix for the gearman queue names, needed when multiple instances //are running in parallel 'queuePrefix' => '', + //show the full text content in the results + // useful for chat logs in which every line is its own document + 'showFullContent' => false, + //search result "hit" template file + 'hitTemplate' => 'hit.htm', ); ?> \ No newline at end of file