検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 35 for SolrClient (0.004 sec.)
The SolrClient class 10836
« SolrObject::offsetUnset SolrClient::addDocument » PHP Manual Solr The SolrClient class The SolrClient ... lr server. Currently, cloning and serialization of SolrClient instances is not supported. クラス概要 final class ... SolrClient { /* 定数 */ const int SEARCH_SERVLET_TYPE = 1 ; c ... reads (): void public __destruct () } 定義済み定数 SolrClient::SEARCH_SERVLET_TYPE Used when updating the search ... servlet. SolrClient::UPDATE_SERVLET_TYPE Used when updating the update ...
https://man.plustar.jp/php/class.solrclient.html - [similar]
SolrClient に対するデストラクタ 9786
« SolrClient::deleteByQuery SolrClient::getById » PHP Manual SolrClient SolrClient に対するデスト ... ラクタ SolrClient::__destruct (PECL solr >= 0.9.2) SolrClient::__des ... truct — SolrClient に対するデストラクタ 説明 public SolrClient::__des ... ラメータ この関数にはパラメータはありません。 戻り値 SolrClient に対するデストラクタ 参考 SolrClient::__construct( ... ) - Constructor for the SolrClient object 関連キーワード: SolrClient , destruct , パラ ...
https://man.plustar.jp/php/solrclient.destruct.html - [similar]
Changes the specified servlet type to a new value 9579
« SolrClient::setResponseWriter SolrClient::system » PHP Manual SolrClient Changes the specified ... servlet type to a new value SolrClient::setServlet (PECL solr >= 0.9.2) SolrClient::setSe ... specified servlet type to a new value 説明 public SolrClient::setServlet ( int $type , string $value ): bool Ch ... new value パラメータ type One of the following : - SolrClient::SEARCH_SERVLET_TYPE - SolrClient::UPDATE_SERVLET_ ... TYPE - SolrClient::THREADS_SERVLET_TYPE - SolrClient::PING_SERVLET_T ...
https://man.plustar.jp/php/solrclient.setservlet.html - [similar]
Returns the client options set internally 9420
« SolrClient::getDebug SolrClient::optimize » PHP Manual SolrClient Returns the client options s ... et internally SolrClient::getOptions (PECL solr >= 0.9.6) SolrClient::getOp ... urns the client options set internally 説明 public SolrClient::getOptions (): array Returns the client options s ... eturns an array containing all the options for the SolrClient object set internally. 参考 SolrClient::__construc ... t() - Constructor for the SolrClient object 関連キーワード: Returns , internally , opti ...
https://man.plustar.jp/php/solrclient.getoptions.html - [similar]
Delete by Id 9356
« SolrClient::__construct SolrClient::deleteByIds » PHP Manual SolrClient Delete by Id SolrClient ... t::deleteById (PECL solr >= 0.9.2) SolrClient::deleteById — Delete by Id 説明 public SolrClient: ... rows an exception on failure. エラー / 例外 Throws SolrClientException if the client had failed, or there was a ... olr Server had failed to process the request. 参考 SolrClient::deleteByIds() - Deletes by Ids SolrClient::delete ... ) - Deletes all documents matching the given query SolrClient::deleteByQueries() - Removes all documents matchin ...
https://man.plustar.jp/php/solrclient.deletebyid.html - [similar]
Deletes by Ids 9356
« SolrClient::deleteById SolrClient::deleteByQueries » PHP Manual SolrClient Deletes by Ids SolrClient ... Client::deleteByIds (PECL solr >= 0.9.2) SolrClient::deleteByIds — Deletes by Ids 説明 public SolrClie ... rows an exception on failure. エラー / 例外 Throws SolrClientException if the client had failed, or there was a ... olr Server had failed to process the request. 参考 SolrClient::deleteById() - Delete by Id SolrClient::deleteByQ ... ) - Deletes all documents matching the given query SolrClient::deleteByQueries() - Removes all documents matchin ...
https://man.plustar.jp/php/solrclient.deletebyids.html - [similar]
Removes all documents matching any of the queries 9356
« SolrClient::deleteByIds SolrClient::deleteByQuery » PHP Manual SolrClient Removes all document ... s matching any of the queries SolrClient::deleteByQueries (PECL solr >= 0.9.2) SolrClient:: ... documents matching any of the queries 説明 public SolrClient::deleteByQueries ( array $queries ): SolrUpdateRes ... turns a SolrUpdateResponse on success and throws a SolrClientException on failure. エラー / 例外 Throws SolrClie ... olr Server had failed to process the request. 参考 SolrClient::deleteById() - Delete by Id SolrClient::deleteByI ...
https://man.plustar.jp/php/solrclient.deletebyqueries.html - [similar]
Deletes all documents matching the given query 9356
« SolrClient::deleteByQueries SolrClient::__destruct » PHP Manual SolrClient Deletes all documen ... ts matching the given query SolrClient::deleteByQuery (PECL solr >= 0.9.2) SolrClient::de ... all documents matching the given query 説明 public SolrClient::deleteByQuery ( string $query ): SolrUpdateRespon ... rows an exception on failure. エラー / 例外 Throws SolrClientException if the client had failed, or there was a ... RD , 'port' => SOLR_SERVER_PORT , ); $client = new SolrClient ( $options ); //This will erase the entire index $ ...
https://man.plustar.jp/php/solrclient.deletebyquery.html - [similar]
Constructor for the SolrClient object 9293
« SolrClient::commit SolrClient::deleteById » PHP Manual SolrClient Constructor for the SolrClient ... nt object SolrClient::__construct (PECL solr >= 0.9.2) SolrClient::__co ... nstruct — Constructor for the SolrClient object 説明 public SolrClient::__construct ( array ... $clientOptions ) Constructor for the SolrClient object パラメータ clientOptions This is an array c ... ws SolrIllegalArgumentException on failure. 例 例1 SolrClient::__construct() example <?php $options = array ( 'h ...
https://man.plustar.jp/php/solrclient.construct.html - [similar]
Rollbacks all add/deletes made to the index since the last commit 9261
« SolrClient::request SolrClient::setResponseWriter » PHP Manual SolrClient Rollbacks all add/de ... letes made to the index since the last commit SolrClient::rollback (PECL solr >= 0.9.2) SolrClient::rollbac ... ade to the index since the last commit 説明 public SolrClient::rollback (): SolrUpdateResponse Rollbacks all add ... eturns a SolrUpdateResponse on success or throws a SolrClientException on failure. 参考 SolrClient::commit() - F ... inalizes all add/deletes made to the index SolrClient::optimize() - Defragments the index 関連キーワード ...
https://man.plustar.jp/php/solrclient.rollback.html - [similar]
PREV 1 2 3 4 NEXT