<?php

// Maximum number of search results with highlighted snippets. 0 = snippets for every search result 
$conf['num_snippets'] = 20;

// Path to Solr server
$conf['url'] = 'http://localhost:8983/solr';
