Home
last modified time | relevance | path

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

/dports/www/pecl-solr/solr-2.5.1/src/php7/
H A Dsolr_types.h76 SOLR_SERVLET_TYPE_SEARCH = 1, enumerator
H A Dsolr_functions_helpers.c78 …nstant_long(ce, "SEARCH_SERVLET_TYPE", sizeof("SEARCH_SERVLET_TYPE")-1, SOLR_SERVLET_TYPE_SEARCH); in solr_client_register_class_constants()
H A Dphp_solr_client.c503 case SOLR_SERVLET_TYPE_SEARCH : in PHP_METHOD()