(PECL solr >= 0.9.2)
此类表示即将提交到 Solr 索引的 Solr 文档。
SolrInputDocument::SORT_DEFAULT按升序排序字段。
SolrInputDocument::SORT_ASC按升序排序字段。
SolrInputDocument::SORT_DESC按降序排序字段。
SolrInputDocument::SORT_FIELD_NAME按名称排序字段
SolrInputDocument::SORT_FIELD_VALUE_COUNT按值的数量排序字段。
SolrInputDocument::SORT_FIELD_BOOST_VALUE按提升值排序字段。