downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

SolrDocumentField::__construct> <SolrDocument::valid
Last updated: Tue, 17 Nov 2009

view this page in

The SolrDocumentField class

Giriş

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

Sınıf Sözdizimi

SolrDocumentField
final SolrDocumentField {
/* Properties */
readonly public string $name ;
readonly public float $boost ;
readonly public array $values ;
/* Methods */
__construct ( void )
public void __destruct ( void )
}

Özellikler

name

The name of the field.

boost

The boost value for the field

values

An array of values for this field

İçindekiler



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

SolrDocumentField::__construct> <SolrDocument::valid
Last updated: Tue, 17 Nov 2009
 
 
show source | credits | sitemap | contact | advertising | mirror sites