PHP Doku:: Changes the specified servlet type to a new value - solrclient.setservlet.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzSuchmaschinenerweiterungenApache SolrThe SolrClient classSolrClient::setServlet

Ein Service von Reinhard Neidl - Webprogrammierung.

The SolrClient class

<<SolrClient::setResponseWriter

SolrClient::threads>>

SolrClient::setServlet

(PECL solr >= 0.9.2)

SolrClient::setServletChanges the specified servlet type to a new value

Beschreibung

public bool SolrClient::setServlet ( int $type , string $value )

Changes the specified servlet type to a new value

Parameter-Liste

type

One of the following :

- SolrClient::SEARCH_SERVLET_TYPE
 - SolrClient::UPDATE_SERVLET_TYPE
 - SolrClient::THREADS_SERVLET_TYPE
 - SolrClient::PING_SERVLET_TYPE
 - SolrClient::TERMS_SERVLET_TYPE

value

The new value for the servlet

Rückgabewerte

Gibt bei Erfolg TRUE zurück. Im Fehlerfall wird FALSE zurückgegeben.


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)