mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Moved See Also to proper location
-- Provided by Nicolas Wallace (nwallace@fyberstudios.com) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325707 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
186dbabeb3
commit
edcb5aaf21
1 changed files with 11 additions and 11 deletions
|
@ -41,17 +41,6 @@
|
|||
Returns a SolrUpdateResponse on success and throws a SolrClientException on failure.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="seealso">
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<simplelist>
|
||||
<member><methodname>SolrClient::deleteById</methodname></member>
|
||||
<member><methodname>SolrClient::deleteByIds</methodname></member>
|
||||
<member><methodname>SolrClient::deleteByQueries</methodname></member>
|
||||
</simplelist>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="examples">
|
||||
&reftitle.examples;
|
||||
|
@ -83,6 +72,17 @@ $client->commit();
|
|||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="seealso">
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<simplelist>
|
||||
<member><methodname>SolrClient::deleteById</methodname></member>
|
||||
<member><methodname>SolrClient::deleteByIds</methodname></member>
|
||||
<member><methodname>SolrClient::deleteByQueries</methodname></member>
|
||||
</simplelist>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
|
|
Loading…
Reference in a new issue