SolrInputDocument::fieldExists

(PECL solr >= 0.9.2)

SolrInputDocument::fieldExists检查字段是否存在

说明

public SolrInputDocument::fieldExists(string $fieldName): bool

检查字段是否存在

参数

fieldName

字段名称。

返回值

如果找到字段,则返回 true,如果未找到,则返回 false

添加注释

用户贡献的注释

此页面没有用户贡献的注释。
To Top