検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 372 for SOLR (0.041 sec.)
Solr サーバーからの生のレスポンスヘッダを返す 6507
« SolrResponse::getRawResponse SolrResponse::getRequestUrl » PHP Manual SolrResponse Solr サーバ ... ーからの生のレスポンスヘッダを返す SolrResponse::getRawResponseHeaders (PECL solr >= 0.9.2 ... ) SolrResponse::getRawResponseHeaders — Solr サーバーから ... の生のレスポンスヘッダを返す 説明 public SolrResponse::getRawResponseHeaders (): string Solr サー ... ラメータ この関数にはパラメータはありません。 戻り値 Solr サーバーからの生のレスポンスヘッダを返します。 関連 ...
https://man.plustar.jp/php/solrresponse.getrawresponseheaders.html - [similar]
Solr サーバーに送られた生のリクエストヘッダを返す 6428
« SolrResponse::getRawRequest SolrResponse::getRawResponse » PHP Manual SolrResponse Solr サーバ ... ーに送られた生のリクエストヘッダを返す SolrResponse::getRawRequestHeaders (PECL solr >= 0.9.2) ... SolrResponse::getRawRequestHeaders — Solr サーバーに送ら ... れた生のリクエストヘッダを返す 説明 public SolrResponse::getRawRequestHeaders (): string Solr サー ... ラメータ この関数にはパラメータはありません。 戻り値 Solr サーバーに送られた生のリクエストヘッダを返します。 ...
https://man.plustar.jp/php/solrresponse.getrawrequestheaders.html - [similar]
Returns the maximum number of terms Solr should return 6323
« SolrQuery::getTermsIncludeUpperBound SolrQuery::getTermsLowerBound » PHP Manual SolrQuery Retu ... rns the maximum number of terms Solr should return SolrQuery::getTermsLimit (PECL solr ... >= 0.9.2) SolrQuery::getTermsLimit — Returns the maximum number o ... f terms Solr should return 説明 public SolrQuery::getTermsLimit ... (): int Returns the maximum number of terms Solr should return パラメータ この関数にはパラメータはあ ...
https://man.plustar.jp/php/solrquery.gettermslimit.html - [similar]
Deletes all documents matching the given query 6287
« SolrClient::deleteByQueries SolrClient::__destruct » PHP Manual SolrClient Deletes all documen ... ts matching the given query SolrClient::deleteByQuery (PECL solr >= 0.9.2) SolrClie ... all documents matching the given query 説明 public SolrClient::deleteByQuery ( string $query ): SolrUpdate ... query. パラメータ query The query 戻り値 Returns a SolrUpdateResponse on success and throws an exception o ... n failure. エラー / 例外 Throws SolrClientException if the client had failed, or there ...
https://man.plustar.jp/php/solrclient.deletebyquery.html - [similar]
Returns all the fields that Solr should generate highlighted snippets for 6287
« SolrQuery::getHighlightAlternateField SolrQuery::getHighlightFormatter » PHP Manual SolrQuery ... Returns all the fields that Solr should generate highlighted snippets for SolrQuery ... ::getHighlightFields (PECL solr >= 0.9.2) SolrQuery::getHighlightFields — Returns ... all the fields that Solr should generate highlighted snippets for 説明 publ ... ic SolrQuery::getHighlightFields (): array Returns all the ...
https://man.plustar.jp/php/solrquery.gethighlightfields.html - [similar]
SolrPingResponse クラス 6252
« SolrUpdateResponse::__destruct SolrPingResponse::__construct » PHP Manual Solr SolrPingRespons ... e クラス SolrPingResponse クラス (PECL solr >= 0.9.2) はじめに サ ... ストに対するレスポンスを表現 クラス概要 final class SolrPingResponse extends SolrResponse { /* 定数 */ cons ... t int PARSE_SOLR_OBJ = 0 ; const int PARSE_SOLR_DOC = 1 ; /* プロパ ... public __destruct () /* 継承したメソッド */ public SolrResponse::getDigestedResponse (): string public Sol ...
https://man.plustar.jp/php/class.solrpingresponse.html - [similar]
Defragments the index 6182
« SolrClient::getOptions SolrClient::ping » PHP Manual SolrClient Defragments the index SolrClie ... nt::optimize (PECL solr >= 0.9.2) SolrClient::optimize — Defragments the i ... ndex 説明 public SolrClient::optimize ( int $maxSegments = 1 , bool $sof ... tCommit = true , bool $waitSearcher = true ): SolrUpdateResponse Defragments the index for faster sea ... zes down to at most this number of segments. Since Solr 1.3 softCommit This will refresh the 'view' of the ...
https://man.plustar.jp/php/solrclient.optimize.html - [similar]
Sends a raw update request 6182
« SolrClient::query SolrClient::rollback » PHP Manual SolrClient Sends a raw update request Solr ... Client::request (PECL solr >= 0.9.2) SolrClient::request — Sends a raw update ... request 説明 public SolrClient::request ( string $raw_request ): SolrUpdate ... th the raw request to the server. 戻り値 Returns a SolrUpdateResponse on success. Throws an exception on f ... ailure. エラー / 例外 Throws SolrIllegalArgumentException if raw_request was an empt ...
https://man.plustar.jp/php/solrclient.request.html - [similar]
Constructor 6182
« SolrCollapseFunction SolrCollapseFunction::getField » PHP Manual SolrCollapseFunction Construc ... tor SolrCollapseFunction::__construct (PECL solr >= 2.2.0) ... pseFunction::__construct — Constructor 説明 public SolrCollapseFunction::__construct ( string $field = ? ) ... st be a single valued String, Int or Float. 例 例1 SolrCollapseFunction::__construct() example <?php inclu ... "bootstrap.php" ; $options = array ( 'hostname' => SOLR_SERVER_HOSTNAME , 'login' => SOLR_SERVER_USERNAME ...
https://man.plustar.jp/php/solrcollapsefunction.construct.html - [similar]
Finalizes all add/deletes made to the index 6112
« SolrClient::addDocuments SolrClient::__construct » PHP Manual SolrClient Finalizes all add/del ... etes made to the index SolrClient::commit (PECL solr >= 0.9.2) SolrClient::com ... izes all add/deletes made to the index 説明 public SolrClient::commit ( bool $softCommit = false , bool $w ... tSearcher = true , bool $expungeDeletes = false ): SolrUpdateResponse This method finalizes all add/delete ... formant manner, but without "on-disk" guarantees. (Solr4.0+) A soft commit is much faster since it only ma ...
https://man.plustar.jp/php/solrclient.commit.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT