The SolrDocumentField class

Introduction

(PECL solr >= 0.9.2)

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

Class synopsis

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

Properties

name

The name of the field.

boost

The boost value for the field

values

An array of values for this field

Table of Contents

© 1997–2020 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/class.solrdocumentfield.php