検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 372 for SOLR (0.008 sec.)
Solr オブジェクトを生成 6112
« SolrObject SolrObject::__destruct » PHP Manual SolrObject Solr オブジェクトを生成 SolrObject:: ... __construct (PECL solr >= 0.9.2) SolrObject::__construct — Solr オブジェク ... トを生成 説明 public SolrObject::__construct () Solr オブジェクトを生成します ... はパラメータはありません。 戻り値 ありません 例 例1 SolrObject::__construct() 例 <?php /* ... */ ?> 上の例の ... なります。 ... 関連キーワード: オブジェクト , 生成 , SolrObject , construct , パラメータ , destruct , public ...
https://man.plustar.jp/php/solrobject.construct.html - [similar]
The SolrClient class 6076
« SolrObject::offsetUnset SolrClient::addDocument » PHP Manual Solr The SolrClient class The Solr ... rClient class (PECL solr >= 0.9.2) はじめに Used to send requests to a Solr ... server. Currently, cloning and serialization of SolrClient instances is not supported. クラス概要 final ... class SolrClient { /* 定数 */ const int SEARCH_SERVLET_TYPE = ... ruct ( array $clientOptions ) public addDocument ( SolrInputDocument $doc , bool $overwrite = true , int $ ...
https://man.plustar.jp/php/class.solrclient.html - [similar]
Apache Solr 5997
« 検索エンジン用の拡張モジュール はじめに » PHP Manual 検索エンジン用の拡張モジュール Apache Solr ... r Apache Solr はじめに インストール/設定 要件 インストール手順 実 ... 行時設定 リソース型 定義済み定数 Solr 関数 solr_get_version — Apache Solr エクステンショ ... ンの現行バージョンを返す 例 SolrUtils — SolrUtils クラス SolrUtils::digestXmlRespon ... se — Parses an response XML string into a SolrObject SolrUtils::escapeQueryChars — Escapes a luce ...
https://man.plustar.jp/php/book.solr.html - [similar]
Sets the response writer used to prepare the response from Solr 5962
« 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 ... ) SolrClient::setResponseWriter — Sets the response write ... r used to prepare the response from Solr 説明 public SolrClient::setResponseWriter ( string ... response writer used to prepare the response from Solr パラメータ responseWriter One of the following: js ...
https://man.plustar.jp/php/solrclient.setresponsewriter.html - [similar]
Specifies a filter query 5821
« SolrQuery::addField SolrQuery::addGroupField » PHP Manual SolrQuery Specifies a filter query Solr ... olrQuery::addFilterQuery (PECL solr >= 0.9.2) SolrQuery::addFilterQuery — Specifies a ... filter query 説明 public SolrQuery::addFilterQuery ( string $fq ): SolrQuery Spe ... ータ fq The filter query 戻り値 Returns the current SolrQuery object. 例 例1 SolrQuery::addFilterQuery() ex ... ample <?php $options = array ( 'hostname' => SOLR_SERVER_HOSTNAME , 'login' => SOLR_SERVER_USERNAME ...
https://man.plustar.jp/php/solrquery.addfilterquery.html - [similar]
Adds a facet query 5751
« SolrQuery::addFacetField SolrQuery::addField » PHP Manual SolrQuery Adds a facet query SolrQue ... ry::addFacetQuery (PECL solr >= 0.9.2) SolrQuery::addFacetQuery — Adds a facet ... query 説明 public SolrQuery::addFacetQuery ( string $facetQuery ): SolrQu ... etQuery The facet query 戻り値 Returns the current SolrQuery object, if the return value is used. 例 例1 S ... d() example <?php $options = array ( 'hostname' => SOLR_SERVER_HOSTNAME , 'login' => SOLR_SERVER_USERNAME ...
https://man.plustar.jp/php/solrquery.addfacetquery.html - [similar]
Adds another field to the facet 5681
« SolrQuery::addFacetDateOther SolrQuery::addFacetQuery » PHP Manual SolrQuery Adds another fiel ... d to the facet SolrQuery::addFacetField (PECL solr >= 0.9.2) SolrQuery ... ield — Adds another field to the facet 説明 public SolrQuery::addFacetField ( string $field ): SolrQuery A ... d The name of the field 戻り値 Returns the current SolrQuery object, if the return value is used. 例 例1 S ... d() example <?php $options = array ( 'hostname' => SOLR_SERVER_HOSTNAME , 'login' => SOLR_SERVER_USERNAME ...
https://man.plustar.jp/php/solrquery.addfacetfield.html - [similar]
If true, Solr includes the number of groups that have matched the query in the r... 5602
« SolrQuery::setGroupMain SolrQuery::setGroupOffset » PHP Manual SolrQuery If true, Solr include ... groups that have matched the query in the results SolrQuery::setGroupNGroups (PECL solr >= 2.2.0) SolrQue ... ry::setGroupNGroups — If true, Solr includes the number of groups that have matched th ... e query in the results 説明 public SolrQuery::setGroupNGroups ( bool $value ): SolrQuery I ... f true, Solr includes the number of groups that have matched th ...
https://man.plustar.jp/php/solrquery.setgroupngroups.html - [similar]
Adds a child document for block indexing 5496
« SolrInputDocument SolrInputDocument::addChildDocuments » PHP Manual SolrInputDocument Adds a c ... hild document for block indexing SolrInputDocument::addChildDocument (PECL solr >= 2.3.0 ... ) SolrInputDocument::addChildDocument — Adds a child docu ... ment for block indexing 説明 public SolrInputDocument::addChildDocument ( SolrInputDocument ... nt block with nested documents. パラメータ child A SolrInputDocument object. 戻り値 値を返しません。 エラー ...
https://man.plustar.jp/php/solrinputdocument.addchilddocument.html - [similar]
Adds an array of child documents 5496
« SolrInputDocument::addChildDocument SolrInputDocument::addField » PHP Manual SolrInputDocument ... Adds an array of child documents SolrInputDocument::addChildDocuments (PECL solr >= 2.3. ... 0) SolrInputDocument::addChildDocuments — Adds an array of ... child documents 説明 public SolrInputDocument::addChildDocuments ( array &$docs ): ... urrent input document. パラメータ docs An array of SolrInputDocument objects. 戻り値 値を返しません。 エラ ...
https://man.plustar.jp/php/solrinputdocument.addchilddocuments.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT