downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

SolrParams::add> <SolrGenericResponse::__destruct
Last updated: Fri, 12 Mar 2010

view this page in

The SolrParams class

Einführung

Represents a collection of name-value pairs sent to the Solr server during a request.

Klassenbeschreibung

SolrParams
abstract SolrParams implements Serializable {
/* Eigenschaften */
protected integer $_hashtable_index ;
/* Methoden */
final public SolrParams add ( string $name , string $value )
public SolrParams addParam ( string $name , string $value )
final public mixed get ( string $param_name )
final public mixed getParam ([ string $param_name ] )
final public array getParams ( void )
final public array getPreparedParams ( void )
final public string serialize ( void )
final public void set ( string $name , string $value )
public SolrParams setParam ( string $name , string $value )
final public string toString ([ bool $url_encode = false ] )
final public void unserialize ( string $serialized )
}

Eigenschaften

_hashtable_index

Used internally to track object instances.

Inhaltsverzeichnis



add a note add a note User Contributed Notes
SolrParams
There are no user contributed notes for this page.

SolrParams::add> <SolrGenericResponse::__destruct
Last updated: Fri, 12 Mar 2010
 
 
show source | credits | sitemap | contact | advertising | mirror sites