Sign in
apache
/
zetacomponents
/
trunk
/
.
/
Search
/
docs
/
tutorial
/
solr-handler.php
blob: abd101c2f8397e9ccd3c7bcbb55912ab659b65c2 [
file
]
<?
php
require_once
'tutorial_autoload.php'
;
// on localhost with the default port
$handler
=
new
ezcSearchSolrHandler
;
// on another host with a different port
$handler
=
new
ezcSearchSolrHandler
(
'10.0.2.184'
,
9123
);
?>