mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
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:
parent
c480127507
commit
7155d34274
1 changed files with 8 additions and 8 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue