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: Wed, 25 Nov 2009

view this page in

The SolrParams class

Introduction

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

Class synopsis

SolrParams
abstract SolrParams implements Serializable {
/* Properties */
protected integer $_hashtable_index ;
/* Methods */
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 )
}

Properties

_hashtable_index

Used internally to track object instances.

Table of Contents



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: Wed, 25 Nov 2009
 
 
show source | credits | sitemap | contact | advertising | mirror sites