検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 35 for SolrClient (0.002 sec.)
Adds a collection of SolrInputDocument instances to the index 8863
« SolrClient::addDocument SolrClient::commit » PHP Manual SolrClient Adds a collection of SolrIn ... putDocument instances to the index SolrClient::addDocuments (PECL solr >= 0.9.2) SolrClient::add ... lrInputDocument instances to the index 説明 public SolrClient::addDocuments ( array $docs , bool $overwrite = tr ... rows an exception on failure. エラー / 例外 Throws SolrClientException if the client had failed, or there was a ... r Server had failed to process the request. 例 例1 SolrClient::addDocuments() example <?php $options = array ( ' ...
https://man.plustar.jp/php/solrclient.adddocuments.html - [similar]
Finalizes all add/deletes made to the index 8831
« SolrClient::addDocuments SolrClient::__construct » PHP Manual SolrClient Finalizes all add/del ... etes made to the index SolrClient::commit (PECL solr >= 0.9.2) SolrClient::commit — ... izes all add/deletes made to the index 説明 public SolrClient::commit ( bool $softCommit = false , bool $waitSea ... rows an exception on failure. エラー / 例外 Throws SolrClientException if the client had failed, or there was a ... $maxSegments removed PECL solr 2.0.0b API Changed: SolrClient::commit ([ int $maxSegments = 0 [, bool $softCommi ...
https://man.plustar.jp/php/solrclient.commit.html - [similar]
Checks if Solr server is still up 8831
« SolrClient::optimize SolrClient::query » PHP Manual SolrClient Checks if Solr server is still ... up SolrClient::ping (PECL solr >= 0.9.2) SolrClient::ping — Chec ... ks if Solr server is still up 説明 public SolrClient::ping (): SolrPingResponse Checks if the Solr serv ... rows an exception on failure. エラー / 例外 Throws SolrClientException if the client had failed, or there was a ... r Server had failed to satisfy the request. 例 例1 SolrClient::ping() example <?php $options = array ( 'hostname ...
https://man.plustar.jp/php/solrclient.ping.html - [similar]
Adds a document to the index 8799
« SolrClient SolrClient::addDocuments » PHP Manual SolrClient Adds a document to the index SolrClient ... lient::addDocument (PECL solr >= 0.9.2) SolrClient::addDocument — Adds a document to the index 説明 p ... ublic SolrClient::addDocument ( SolrInputDocument $doc , bool $over ... rows an Exception on failure. エラー / 例外 Throws SolrClientException if the client had failed, or there was a ... r Server had failed to process the request. 例 例1 SolrClient::addDocument() example <?php $options = array ( 'h ...
https://man.plustar.jp/php/solrclient.adddocument.html - [similar]
Sends a raw update request 8767
« SolrClient::query SolrClient::rollback » PHP Manual SolrClient Sends a raw update request SolrClient ... Client::request (PECL solr >= 0.9.2) SolrClient::request — Sends a raw update request 説明 public ... xception if raw_request was an empty string Throws SolrClientException if the client had failed, or there was a ... olr Server had failed to satisfy the query. 例 例1 SolrClient::request() example <?php $options = array ( 'hostn ... RD , 'port' => SOLR_SERVER_PORT , ); $client = new SolrClient ( $options ); $update_response = $client -> reques ...
https://man.plustar.jp/php/solrclient.request.html - [similar]
Get Document By Id. Utilizes Solr Realtime Get (RTG) 8736
« 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 ... y Id. Utilizes Solr Realtime Get (RTG) 説明 public SolrClient::getById ( string $id ): SolrQueryResponse Get Doc ... ータ id Document ID 戻り値 SolrQueryResponse 例 例1 SolrClient::getById() example <?php include "bootstrap.php" ; ... PORT , 'path' => SOLR_SERVER_PATH ); $client = new SolrClient ( $options ); $response = $client -> getById ( 'GB ...
https://man.plustar.jp/php/solrclient.getbyid.html - [similar]
Defragments the index 8736
« SolrClient::getOptions SolrClient::ping » PHP Manual SolrClient Defragments the index SolrClient ... nt::optimize (PECL solr >= 0.9.2) SolrClient::optimize — Defragments the index 説明 public Solr ... rows an exception on failure. エラー / 例外 Throws SolrClientException if the client had failed, or there was a ... gments, bool $waitFlush, bool $waitSearcher". 参考 SolrClient::commit() - Finalizes all add/deletes made to the ... index SolrClient::rollback() - Rollbacks all add/deletes made to th ...
https://man.plustar.jp/php/solrclient.optimize.html - [similar]
Returns the debug data for the last connection attempt 8640
« SolrClient::getByIds SolrClient::getOptions » PHP Manual SolrClient Returns the debug data for ... the last connection attempt SolrClient::getDebug (PECL solr >= 0.9.7) SolrClient::getDebu ... g data for the last connection attempt 説明 public SolrClient::getDebug (): string Returns the debug data for th ... re is nothing to return. 関連キーワード: Returns , SolrClient , connection , attempt , getDebug , string , パラメ ...
https://man.plustar.jp/php/solrclient.getdebug.html - [similar]
Retrieve Solr Server information 8608
« SolrClient::setServlet SolrClient::threads » PHP Manual SolrClient Retrieve Solr Server inform ... ation SolrClient::system (PECL solr >= 2.0.0) SolrClient::system — ... Retrieve Solr Server information 説明 public SolrClient::system (): void Retrieve Solr Server information ... ricResponse object on success. エラー / 例外 Emits SolrClientException if the client failed, or there was a conn ... 関連キーワード: Server , Retrieve , information , SolrClient , system , Emits , パラメータ , failed , satisfy , ...
https://man.plustar.jp/php/solrclient.system.html - [similar]
Sets the response writer used to prepare the response from Solr 8449
« SolrClient::rollback SolrClient::setServlet » PHP Manual SolrClient Sets the response writer u ... sed to prepare the response from Solr SolrClient::setResponseWriter (PECL solr >= 0.9.11) SolrClien ... used to prepare the response from Solr 説明 public SolrClient::setResponseWriter ( string $responseWriter ): voi ... wing: json phps xml 戻り値 値を返しません。 例 例1 SolrClient::setResponseWriter() example <?php // This is my c ... => 8983 , 'path' => '/solr/core1' ); $client = new SolrClient ( $options ); $client -> setResponseWriter ( "json ...
https://man.plustar.jp/php/solrclient.setresponsewriter.html - [similar]
PREV 1 2 3 4 NEXT