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

search for in the

SolrClient::__construct> <SolrClient::addDocuments
[edit] Last updated: Thu, 23 May 2013

view this page in

SolrClient::commit

(PECL solr >= 0.9.2)

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

Descrição

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

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

Parâmetros

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.

Valor Retornado

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

Veja Também



add a note add a note User Contributed Notes SolrClient::commit - [1 notes]
up
0
jason at jasonplayne dot com
4 months ago
Go easy on your use of commit - use the <autocommit /> section solrconfig.xml instead.

Also consider using optimize() once a day if you are doing lots of adds/removes.

 
show source | credits | sitemap | contact | advertising | mirror sites