array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'tr', ), 'this' => array ( 0 => 'solrquery.removemltqueryfield.php', 1 => 'SolrQuery::removeMltQueryField', 2 => 'Removes one of the moreLikeThis query fields', ), 'up' => array ( 0 => 'class.solrquery.php', 1 => 'SolrQuery', ), 'prev' => array ( 0 => 'solrquery.removemltfield.php', 1 => 'SolrQuery::removeMltField', ), 'next' => array ( 0 => 'solrquery.removesortfield.php', 1 => 'SolrQuery::removeSortField', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/solr/solrquery/removemltqueryfield.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

SolrQuery::removeMltQueryField

(PECL solr >= 0.9.2)

SolrQuery::removeMltQueryFieldRemoves one of the moreLikeThis query fields

Açıklama

public SolrQuery::removeMltQueryField(string $queryField): SolrQuery

Removes one of the moreLikeThis query fields.

Bağımsız Değişkenler

queryField

The query field

Dönen Değerler

Returns the current SolrQuery object, if the return value is used.