Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16108 программистов и 1772 робота. Сейчас ищут 1811 программистов ...
The SolrDocumentField class
Вернуться к: Solr
(PECL solr >= 0.9.2)
Введение
This represents a field in a Solr document. All its properties are read-only.
Обзор классов
final
SolrDocumentField
{
/* Свойства */
/* Методы */
}Свойства
- name
-
The name of the field.
- boost
-
The boost value for the field
- values
-
An array of values for this field
Содержание
- SolrDocumentField::__construct — Конструктор
- SolrDocumentField::__destruct — Деструктор
Вернуться к: Solr