SolrDocumentField::__construct> <SolrDocument::valid
Last updated: Fri, 24 Feb 2012

The SolrDocumentField class

(No version information available, might only be in SVN)

Introdução

This represents a field in a Solr document. All its properties are read-only.

Sinopse da classe

final SolrDocumentField {
/* Propriedades */
readonly public string $SolrDocumentField->name ;
readonly public float $boost ;
readonly public array $values ;
/* Métodos */
public void SolrDocumentField::__destruct ( void )
}

Propriedades

name

The name of the field.

boost

The boost value for the field

values

An array of values for this field

Índice



User Contributed Notes
SolrDocumentField
There are no user contributed notes for this page.

SolrDocumentField::__construct> <SolrDocument::valid
Last updated: Fri, 24 Feb 2012