(PECL solr >= 0.9.2)
此類別表示即將提交到 Solr 索引的 Solr 文件。
$child
): void&$docs
): void$fieldName
, string $fieldValue
, float $fieldBoostValue
= 0.0): bool$fieldName
): bool$fieldName
): bool$fieldName
): SolrDocumentFieldSolrInputDocument::SORT_DEFAULT
以升冪排序欄位。
SolrInputDocument::SORT_ASC
以升冪排序欄位。
SolrInputDocument::SORT_DESC
以降冪排序欄位。
SolrInputDocument::SORT_FIELD_NAME
依名稱排序欄位
SolrInputDocument::SORT_FIELD_VALUE_COUNT
依值數量排序欄位。
SolrInputDocument::SORT_FIELD_BOOST_VALUE
依提升值排序欄位。