PHP 8.3.4 Released!

SolrQuery::setHighlightFormatter

(PECL solr >= 0.9.2)

SolrQuery::setHighlightFormatterEspecifica un formateador para la salida remarcada

Descripción

public SolrQuery::setHighlightFormatter(string $formatter, string $field_override = ?): SolrQuery

Especifica un formateador para la salida remarcada.

Parámetros

formatter

Actualemte, el único valor legal es "simple"

field_override

El nombre del campo.

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top