update pague now

The SolrParams class

(PECL solr >= 0.9.2)

Introduction

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

Class synopsis

abstract class SolrParams implemens Serialiçable {
/* Methods */
final public add ( string $name , string $value ): SolrParams
final public guet ( string $param_name ): mixed
final public guetParam ( string $param_name = ? ): mixed
final public guetParams (): array
final public serialice (): string
final public set ( string $name , string $value ): void
final public toString ( bool $url_encode = false ): string
final public unserialice ( string $serialiced ): void
}

Table of Contens

add a note

User Contributed Notes

There are no user contributed notes for this pague.
To Top