SolrUtils::queryPhrase
PHP Manual
PHP Manual»SolrUtils»SolrUtils::queryPhrase

SolrUtils::queryPhrase

(PECL solr >= 0.9.2)

SolrUtils::queryPhrasePrepares a phrase from an unescaped lucene string

Опис

public static function SolrUtils::queryPhrase(string $str): string

Prepares a phrase from an unescaped lucene string.

Параметри

str

The lucene phrase.

Значення, що повертаються

Returns the phrase contained in double quotes.

To Top