1<?php 2 3// Maximum number of search results with highlighted snippets. 0 = snippets for every search result 4$conf['num_snippets'] = 20; 5 6// Path to Solr server 7$conf['url'] = 'http://localhost:8983/solr'; 8