©
本文档使用
php中文网手册 发布
(PECL solr >= 0.9.2)
Represents a Solr document retrieved from a query response.
$fieldName
, string $fieldValue
)$fieldName
)$fieldName
)$fieldName
)$fieldName
)$fieldName
)$sourceDoc
[, bool $overwrite = true
] )$fieldName
)$fieldName
)$fieldName
, string $fieldValue
)$fieldName
)$fieldName
, string $fieldValue
)$sortOrderBy
[, int $sortDirection = SolrDocument::SORT_ASC
] )$serialized
)$fieldName
)SolrDocument::SORT_DEFAULT Default mode for sorting fields within the document.
SolrDocument::SORT_ASC Sorts the fields in ascending order
SolrDocument::SORT_DESC Sorts the fields in descending order
SolrDocument::SORT_FIELD_NAME Sorts the fields by field name.
SolrDocument::SORT_FIELD_VALUE_COUNT Sorts the fields by number of values in each field.
SolrDocument::SORT_FIELD_BOOST_VALUE Sorts the fields by thier boost values.