PHP 8.5.0 Beta 3 available for testing

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