php / 8.1.5 / class.solrdocumentfield.html /

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 class SolrDocumentField {
/* Properties */
public readonly string $name;
public readonly float $boost;
public readonly array $values;
/* Methods */
public __construct()
public __destruct()
}

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–2021 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/class.solrdocumentfield.php