SolrDisMaxQuery::setUserFields
(No version information available, might only be in Git)
SolrDisMaxQuery::setUserFields — Sets User Fields parameter (uf)
说明
Sets User Fields parameter (uf)
User Fields: Specifies which schema fields the end user shall be allowed to query.
参数
fields
-
Fields names separated by space
This parameter supports wildcards.
返回值
示例
示例 #1 SolrDisMaxQuery::setUserFields() example
<?php
$dismaxQuery = new SolrDisMaxQuery('lucene');
$dismaxQuery->setUserFields('field1 field2 *_txt');
echo $dismaxQuery.PHP_EOL;
?>
以上示例的输出类似于:
q=lucene&defType=edismax&uf=field1 field2 *_txt
参见
- SolrDisMaxQuery::addUserField() - Adds a field to User Fields Parameter (uf)
- SolrDisMaxQuery::removeUserField() - Removes a field from The User Fields Parameter (uf)
+添加备注
用户贡献的备注
此页面尚无用户贡献的备注。
备份地址:http://www.lvesu.com/blog/php/solrdismaxquery.setuserfields.php