PHP Doku:: Add query to multi-query batch - sphinxclient.addquery.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzSuchmaschinenerweiterungenSphinx ClientThe SphinxClient classSphinxClient::addQuery

Ein Service von Reinhard Neidl - Webprogrammierung.

The SphinxClient class

<<The SphinxClient class

SphinxClient::buildExcerpts>>

SphinxClient::addQuery

(PECL sphinx >= 0.1.0)

SphinxClient::addQueryAdd query to multi-query batch

Beschreibung

public int SphinxClient::addQuery ( string $query [, string $index = "*" [, string $comment = "" ]] )

Adds query with the current settings to multi-query batch. This method doesn't affect current settings (sorting, filtering, grouping etc.) in any way.

Parameter-Liste

query

Query string.

index

An index name (or names).

comment

Rückgabewerte

Returns an index in an array of results that will be returned by SphinxClient::runQueries call or false on error.


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",...)