PHP 8.5.0 Alpha 4 available for testing

Voting

: min(nine, one)?
(Example: nine)

The Note You're Voting On

trickito at yahoo
15 years ago
if your path to solr is something other than: /solr

you should add this to the bootstrap file above:

define('SOLR_SERVER_PATH', 'my-solr-url');

and then a corresponding entry to the options array in your client php code like:

'path' => SOLR_SERVER_PATH

I couldn't find this is in the documentation and had to peek at the source to figure it out.

<< Back to user notes page

To Top