Php/docs/class.solrdocumentfield

提供:Dev Guides
< Php
移動先:案内検索

(PECL solr >= 0.9.2)

はじめに

Solr 文書のフィールドを表現します。そのプロパティは全て読み取り専用です。


クラス概要


final SolrDocumentField {

/* プロパティ */

public readonly string $name

public readonly float $boost

public readonly array $values

/* メソッド */

public __construct ( )

public __destruct ( ) : void

}

プロパティ

name
フィールド名
boost
フィールドの boost 値
values
このフィールドに対する値の配列


目次