Pyh.conf’25: a new PHP conference for the Russian-speaking community

Voting

: max(five, nine)?
(Example: nine)

The Note You're Voting On

jschwehn+php at IGNOrMEgmail dot com
14 years ago
If you are using Solr's multicore feature, you can access the cores via the path parameter in the $options array.
E.g.
<?php
$options
= array(...., 'path' => 'solr/core0', ...);
?>

<< Back to user notes page

To Top