PHP Doku:: Finalizes all add/deletes made to the index - solrclient.commit.html

Verlauf / Chronik / History: (1) anzeigen

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

Ein Service von Reinhard Neidl - Webprogrammierung.

The SolrClient class

<<SolrClient::addDocuments

SolrClient::__construct>>

SolrClient::commit

(PECL solr >= 0.9.2)

SolrClient::commitFinalizes all add/deletes made to the index

Beschreibung

public SolrUpdateResponse SolrClient::commit ([ int $maxSegments = "1" [, bool $waitFlush = true [, bool $waitSearcher = true ]]] )

This method finalizes all add/deletes made to the index.

Parameter-Liste

maxSegments

Optimizes down to at most this number of segments. Since Solr 1.3

waitFlush

Block until index changes are flushed to disk.

waitSearcher

Block until a new searcher is opened and registered as the main query searcher, making the changes visible.

Rückgabewerte

Returns a SolrUpdateResponse object on success or throws a SolrClientException on failure.

Siehe auch


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