Home
last modified time | relevance | path

Searched refs:SOLR_DEFAULT_PING_SERVLET (Results 1 – 3 of 3) sorted by relevance

/dports/www/pecl-solr/solr-2.5.1/src/php7/
H A Dsolr_constants.h31 #define SOLR_DEFAULT_PING_SERVLET "admin/ping" macro
H A Dsolr_functions_helpers.c88 …string(ce, "DEFAULT_PING_SERVLET", sizeof("DEFAULT_PING_SERVLET")-1, SOLR_DEFAULT_PING_SERVLET); in solr_client_register_class_constants()
H A Dphp_solr_client.c228 solr_string_append_const(&(client_options->ping_servlet), SOLR_DEFAULT_PING_SERVLET); in PHP_METHOD()