PHP Doku:: The SolrDocumentField class - class.solrdocumentfield.html

Verlauf / Chronik / History: (9) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzSuchmaschinenerweiterungenApache SolrThe SolrDocumentField class

Ein Service von Reinhard Neidl - Webprogrammierung.

Apache Solr

<<SolrDocument::valid

SolrDocumentField::__construct>>


UnterSeiten:

The SolrDocumentField class

Einführung

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

Klassenbeschreibung

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

Eigenschaften

name

The name of the field.

boost

The boost value for the field

values

An array of values for this field

Inhaltsverzeichnis


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)