编程学问
  • 文章
  • 问题
  • 读书
  • 关于
  • 登录
  • « SolrDocument::valid
  • SolrDocumentField::__construct »
  • PHP Manual
  • Solr
  • The SolrDocumentField class

The SolrDocumentField class

(PECL solr >= 0.9.2)

简介

This represents a field in a Solr document. All its properties are read-only.

类摘要

final SolrDocumentField {
/* 属性 */
readonly public string $name ;
readonly public float $boost ;
readonly public array $values ;
/* 方法 */
public __construct ( void )
public __destruct ( void ) : void
}

属性

name

The name of the field.

boost

The boost value for the field

values

An array of values for this field

Table of Contents

  • SolrDocumentField::__construct — Constructor
  • SolrDocumentField::__destruct — Destructor
相关文章
php solr the solrclient classphp solr the solrclientexception classphp solr the solrcollapsefunction classphp solr the solrdismaxquery classphp solr the solrdocument classphp solr the solrdocumentfield classphp solr the solrexception classphp solr the solrgenericresponse classphp solr the solrillegalargumentexception classphp solr the solrillegaloperationexception classphp solr the solrinputdocument classphp solr the solrmissingmandatoryparameterexception classphp solr the solrmodifiableparams classphp solr the solrobject classphp solr the solrparams classphp solr the solrpingresponse classphp solr the solrquery classphp solr the solrqueryresponse classphp solr the solrresponse classphp solr the solrserverexception class
关注编程学问公众号
编程学问网 湘ICP备20001732号