Skip to content

Instantly share code, notes, and snippets.

@prateeksachan
Last active December 18, 2015 05:59
Show Gist options
  • Save prateeksachan/5736547 to your computer and use it in GitHub Desktop.
Save prateeksachan/5736547 to your computer and use it in GitHub Desktop.
gsoc-week-1-gist-1
<?php
$options = array( 'hostname' => 127.0.0.1 );
$client = new SolrClient($options, "4.0");
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment