<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.solrinputdocument.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'tr',
  ),
  'this' => 
  array (
    0 => 'solrinputdocument.merge.php',
    1 => 'SolrInputDocument::merge',
    2 => 'Merges one input document into another',
  ),
  'up' => 
  array (
    0 => 'class.solrinputdocument.php',
    1 => 'SolrInputDocument',
  ),
  'prev' => 
  array (
    0 => 'solrinputdocument.haschilddocuments.php',
    1 => 'SolrInputDocument::hasChildDocuments',
  ),
  'next' => 
  array (
    0 => 'solrinputdocument.reset.php',
    1 => 'SolrInputDocument::reset',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/solr/solrinputdocument/merge.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="solrinputdocument.merge" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">SolrInputDocument::merge</h1>
  <p class="verinfo">(PECL solr &gt;= 0.9.2)</p><p class="refpurpose"><span class="refname">SolrInputDocument::merge</span> &mdash; <span class="dc-title">Merges one input document into another</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-solrinputdocument.merge-description">
  <h3 class="title">Açıklama</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>SolrInputDocument::merge</strong></span>(<span class="methodparam"><span class="type"><a href="class.solrinputdocument.php" class="type SolrInputDocument">SolrInputDocument</a></span> <code class="parameter">$sourceDoc</code></span>, <span class="methodparam"><span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span> <code class="parameter">$overwrite</code><span class="initializer"> = <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong></span></span>): <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span></div>

  <p class="para rdfs-comment">
   Merges one input document into another.
  </p> 

 </div>


 <div class="refsect1 parameters" id="refsect1-solrinputdocument.merge-parameters">
  <h3 class="title">Bağımsız Değişkenler</h3>
  <p class="para">
   <dl>
    
     <dt><code class="parameter">sourceDoc</code></dt>
     <dd>
      <p class="para">
       The source document.
      </p>
     </dd>
    
    
     <dt><code class="parameter">overwrite</code></dt>
     <dd>
      <p class="para">
       If this is <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> it will replace matching fields in the destination document.
      </p>
     </dd>
    
   </dl>
  </p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-solrinputdocument.merge-returnvalues">
  <h3 class="title">Dönen Değerler</h3>
  <p class="para">
   Başarı durumunda <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong>, başarısızlık durumunda <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> döner. In the future, this will be modified to return the number of fields in the new document.
  </p>
 </div>


</div><?php manual_footer($setup); ?>