Fix SolrClient::commit changelog

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333022 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Omar Shaban 2014-03-17 02:09:49 +00:00
parent c480127507
commit 7155d34274

View file

@ -90,6 +90,14 @@
</row>
</thead>
<tbody>
<row>
<entry>2.0.0</entry>
<entry>
API Changed: SolrClient::commit ([ int $maxSegments = 0 [, bool $softCommit = false [, bool $waitSearcher = true[, bool $expungeDeletes = false ]]] )
</entry>
</row>
<row>
<entry>0.9.2</entry>
<entry>
@ -97,14 +105,6 @@
$waitFlush: Block until index changes are flushed to disk.
</entry>
</row>
<row>
<entry>2.0.0</entry>
<entry>
If <parameter>q</parameter> was invalid, then an
<classname>SolrIllegalArgumentException</classname> is now thrown. Previously an error was emitted.
</entry>
</row>
</tbody>
</tgroup>
</informaltable>