SolrUtils クラス

(PECL solr >= 0.9.2)

はじめに

拡張モジュールの現行バージョンを取得し、クエリ句を準備するための ユーティリティ・メソッドを含みます。

クエリ文字列をエスケープしたり、XML レスポンスをパースするためのメソッドも含みます。

クラス概要

abstract class SolrUtils {
/* メソッド */
public static function digestXmlResponse(string $xmlresponse, int $parse_mode = 0): SolrObject
public static function escapeQueryChars(string $str): string|false
public static function getSolrVersion(): string
public static function queryPhrase(string $str): string
}

目次

add a note

User Contributed Notes

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