検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 372 for SOLR (0.010 sec.)
9374
« solr_get_version SolrUtils » PHP Manual Solr 例 例 PHP で Apache Solr エクステンションを使用す ... 法の例 例1 ブートストラップ・ファイルの内容 <?php /* Solr サーバーのドメイン名 */ define ( 'SOLR_SERVER_HOST ... NAME' , 'solr.example.com' ); /* セキュアなモードで動作するかどう ... か */ define ( 'SOLR_SECURE' , true ); /* 接続する HTTP ポート */ defin ... e ( 'SOLR_SERVER_PORT' , (( SOLR_SECURE ) ? 8443 : 8983 )); ...
https://man.plustar.jp/php/solr.examples.html - [similar]
Apache Solr エクステンションの現行バージョンを返す 8442
« Solr 関数 例 » PHP Manual Solr 関数 Apache Solr エクステンションの現行バージョンを返す solr_ge ... t_version (PECL solr >= 0.9.1) solr_get_version — Apache Solr エクステン ... ションの現行バージョンを返す 説明 solr_get_version (): string この関数は、エクステンション ... 例外 この関数はエラーや例外をスローしません。 例 例1 solr_get_version() の例 <?php $solr_version = solr_get_ ... version (); print $solr_version ; ?> 上の例の出力は、 たとえば以下のように ...
https://man.plustar.jp/php/function.solr-get-version.html - [similar]
Checks if Solr server is still up 8196
« SolrClient::optimize SolrClient::query » PHP Manual SolrClient Checks if Solr server is still ... up SolrClient::ping (PECL solr >= 0.9.2) SolrClient::ping ... — Checks if Solr server is still up 説明 public SolrClient::ping () ... : SolrPingResponse Checks if the Solr server is still ali ... ve. Sends a HEAD request to the Apache Solr server. パラメータ この関数にはパラメータはありませ ...
https://man.plustar.jp/php/solrclient.ping.html - [similar]
Adds a document to the index 8117
« SolrClient SolrClient::addDocuments » PHP Manual SolrClient Adds a document to the index SolrC ... lient::addDocument (PECL solr >= 0.9.2) SolrClient::addDocument — Adds a documen ... t to the index 説明 public SolrClient::addDocument ( SolrInputDocument $doc , bool ... $overwrite = true , int $commitWithin = 0 ): SolrUpdateResponse This method adds a document to the i ... ndex. パラメータ doc The SolrInputDocument instance. overwrite Whether to overwr ...
https://man.plustar.jp/php/solrclient.adddocument.html - [similar]
Parses an response XML string into a SolrObject 7976
« SolrUtils SolrUtils::escapeQueryChars » PHP Manual SolrUtils Parses an response XML string int ... o a SolrObject SolrUtils::digestXmlResponse (PECL solr >= 0 ... .9.2) SolrUtils::digestXmlResponse — Parses an response XML s ... tring into a SolrObject 説明 public static SolrUtils::digestXmlRespo ... nse ( string $xmlresponse , int $parse_mode = 0 ): SolrObject This method parses an response XML string fr ...
https://man.plustar.jp/php/solrutils.digestxmlresponse.html - [similar]
Solr 関数 7941
« 定義済み定数 solr_get_version » PHP Manual Solr Solr 関数 Solr 関数 目次 solr_get_version — Ap ... ache Solr エクステンションの現行バージョンを返す 関連キーワー ...
https://man.plustar.jp/php/ref.solr.html - [similar]
Get Document By Id. Utilizes Solr Realtime Get (RTG) 7941
« SolrClient::__destruct SolrClient::getByIds » PHP Manual SolrClient Get Document By Id. Utiliz ... es Solr Realtime Get (RTG) SolrClient::getById (PECL solr ... >= 2.2.0) SolrClient::getById — Get Document By Id. Utilizes Solr ... Realtime Get (RTG) 説明 public SolrClient::getById ( string $id ): SolrQueryResponse G ... et Document By Id. Utilizes Solr Realtime Get (RTG). パラメータ id Document ID 戻り ...
https://man.plustar.jp/php/solrclient.getbyid.html - [similar]
SolrResponse クラス 7404
« SolrClient::threads SolrResponse::getDigestedResponse » PHP Manual Solr SolrResponse クラス Solr ... lrResponse クラス (PECL solr >= 0.9.2) はじめに Solr サーバーからのレスポンスを ... 表現 クラス概要 abstract class SolrResponse { /* 定数 */ const int PARSE_SOLR_OBJ = 0 ... ; const int PARSE_SOLR_DOC = 1 ; /* プロパティ */ protected int $ http_st ... ic getRequestUrl (): string public getResponse (): SolrObject public setParseMode ( int $parser_mode = 0 ) ...
https://man.plustar.jp/php/class.solrresponse.html - [similar]
SolrGenericResponse クラス 7369
« SolrPingResponse::getResponse SolrGenericResponse::__construct » PHP Manual Solr SolrGenericRe ... sponse クラス SolrGenericResponse クラス (PECL solr >= 0.9.2) はじめに ... Solr サーバーからのレスポンスを表現 クラス概要 final cl ... ass SolrGenericResponse extends SolrResponse { /* 定数 */ c ... onst int PARSE_SOLR_OBJ = 0 ; const int PARSE_SOLR_DOC = 1 ; /* 継承し ...
https://man.plustar.jp/php/class.solrgenericresponse.html - [similar]
はじめに 7369
« Solr インストール/設定 » PHP Manual Solr はじめに はじめに Solr エクステンションにより、PHP で ... Apache Solr サーバーと効果的に通信できます。 Solr エクステンシ ... ョンは、PHP 開発者が Solr サーバーのインスタンスと効果的に通信できるようにす ... す。 PECL 拡張モジュールのバージョン 1.x は、Apache Solr Server 1.3 から 3.x までをサポートします。 PECL 拡 ... 張モジュールのバージョン 2.x は、Apache Solr Server 4.0 以降をサポートします。 文書を追加したり ...
https://man.plustar.jp/php/intro.solr.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT