The SolrInputDocument class
Introduction
This class represents a Solr document that is about to be submitted to the Solr index.
Class synopsis
Predefined Constants
SolrInputDocument Class Constants
- SolrInputDocument::SORT_DEFAULT
-
Sorts the fields in ascending order.
- SolrInputDocument::SORT_ASC
-
Sorts the fields in ascending order.
- SolrInputDocument::SORT_DESC
-
Sorts the fields in descending order.
- SolrInputDocument::SORT_FIELD_NAME
-
Sorts the fields by name
- SolrInputDocument::SORT_FIELD_VALUE_COUNT
-
Sorts the fields by number of values.
- SolrInputDocument::SORT_FIELD_BOOST_VALUE
-
Sorts the fields by boost value.
Table of Contents
- SolrInputDocument::addField — اضافه کردن فیلد به سند
- SolrInputDocument::clear — بازنشانی ورودی سند
- SolrInputDocument::__clone — ساخت کپی SolrDocument
- SolrInputDocument::__construct — سازنده
- SolrInputDocument::deleteField — حذف فیلد از سند
- SolrInputDocument::__destruct — نابودگر
- SolrInputDocument::fieldExists — بررسی وجود فیلد
- SolrInputDocument::getBoost — بازیابی مقدار ترقی فعلی سند
- SolrInputDocument::getField — بازیابی فیلد با استفاده از نام
- SolrInputDocument::getFieldBoost — بازیابی مقدار ترقی فیلد خاص
- SolrInputDocument::getFieldCount — بازگرداندن تعداد فیلدها در سند
- SolrInputDocument::getFieldNames — بازگرداندن آرایه شامل تمام فیلدها در سند
- SolrInputDocument::merge — ادغام سند ورودی در دیگری
- SolrInputDocument::reset — جایگزین SolrInputDocument::clear
- SolrInputDocument::setBoost — تعیین مقدار ترقی سند
- SolrInputDocument::setFieldBoost — تعیین مقدار ترقی زمان-اندیس فیلد
- SolrInputDocument::sort — مرتبسازی فیلدها در سند
- SolrInputDocument::toArray — بازگرداندن آرایه نمایشدهنده سند ورودی
There are no user contributed notes for this page.
