Регистрация Войти
Войти через VK Войти через FB Войти через Google Войти через Яндекс
Войти через VK Войти через FB Войти через Google Войти через Яндекс
Поиск по сайту
The SolrDocumentField class
(Информация о версии неизвестна, возможно, только в SVN)
Введение
This represents a field in a Solr document. All its properties are read-only.
Обзор классов
final SolrDocumentField {
/* Свойства */
readonly public string $SolrDocumentField->name ;
readonly public float $boost ;
readonly public array $values ;
/* Методы */
SolrDocumentField::__construct ( void )
public void SolrDocumentField::__destruct ( void )
}
Свойства
name -
The name of the field.
boost -
The boost value for the field
values -
An array of values for this field
Содержание
- SolrDocumentField::__construct — Constructor
- SolrDocumentField::__destruct — Destructor
Описание класса solrdocumentfield, примеры использования класса solrdocumentfield.
Смотрите также:
Описание на ru2.php.net
Описание на php.ru