CakeFest 2024: The Official CakePHP Conference

SolrDocumentField クラス

(PECL solr >= 0.9.2)

はじめに

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

クラス概要

final class SolrDocumentField {
/* プロパティ */
public readonly string $name;
public readonly float $boost;
public readonly array $values;
/* メソッド */
public __construct()
public __destruct()
}

プロパティ

name

フィールド名

boost

フィールドの boost 値

values

このフィールドに対する値の配列

目次

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top