検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 21 for addField (0.001 sec.)
Adds an array of child documents 13107
« SolrInputDocument::addChildDocument SolrInputDocument::addField » PHP Manual SolrInputDocument ... ; $product = new SolrInputDocument (); $product -> addField ( 'id' , 'P-BLACK' ); $product -> addField ( 'cat' ... , 'tshirt' ); $product -> addField ( 'cat' , 'polo' ); $product -> addField ( 'conten ... t' ); $small = new SolrInputDocument (); $small -> addField ( 'id' , 'TS-BLK-S' ); $small -> addField ( 'conte ... nt_type' , 'sku' ); $small -> addField ( 'size' , 'S' ); $small -> addField ( 'inventory' ...
https://man.plustar.jp/php/solrinputdocument.addchilddocuments.html - [similar]
Adds a child document for block indexing 13006
« SolrInputDocument SolrInputDocument::addChildDocuments » PHP Manual SolrInputDocument Adds a c ... ; $product = new SolrInputDocument (); $product -> addField ( 'id' , 'P-BLACK' ); $product -> addField ( 'cat' ... , 'tshirt' ); $product -> addField ( 'cat' , 'polo' ); $product -> addField ( 'conten ... t' ); $small = new SolrInputDocument (); $small -> addField ( 'id' , 'TS-BLK-S' ); $small -> addField ( 'conte ... nt_type' , 'sku' ); $small -> addField ( 'size' , 'S' ); $small -> addField ( 'inventory' ...
https://man.plustar.jp/php/solrinputdocument.addchilddocument.html - [similar]
Specifies which fields to return in the result 9505
« SolrQuery::addFacetQuery SolrQuery::addFilterQuery » PHP Manual SolrQuery Specifies which fiel ... ds to return in the result SolrQuery::addField (PECL solr >= 0.9.2) SolrQuery::addField — Specifi ... lds to return in the result 説明 public SolrQuery::addField ( string $field ): SolrQuery This method is used t ... olrQuery , Specifies , result , which , in , the , addField , multiple ...
https://man.plustar.jp/php/solrquery.addfield.html - [similar]
文書にフィールドを追加 9302
« SolrDocument SolrDocument::clear » PHP Manual SolrDocument 文書にフィールドを追加 SolrDocument ... ::addField (PECL solr >= 0.9.2) SolrDocument::addField — 文書 ... にフィールドを追加 説明 public SolrDocument::addField ( string $fieldName , string $fieldValue ): bool こ ... ーワード: フィールド , 追加 , 文書 , SolrDocument , addField , string , fieldName , fieldValue , public , メソッ ...
https://man.plustar.jp/php/solrdocument.addfield.html - [similar]
Adds a document to the index 9065
« SolrClient SolrClient::addDocuments » PHP Manual SolrClient Adds a document to the index SolrC ... ptions ); $doc = new SolrInputDocument (); $doc -> addField ( 'id' , 334455 ); $doc -> addField ( 'cat' , 'Sof ... tware' ); $doc -> addField ( 'cat' , 'Lucene' ); $updateResponse = $client -> ... ptions ); $doc = new SolrInputDocument (); $doc -> addField ( 'id' , 334455 ); $doc -> addField ( 'cat' , 'Sof ... tware' ); $doc -> addField ( 'cat' , 'Lucene' ); // No need to call commit() ...
https://man.plustar.jp/php/solrclient.adddocument.html - [similar]
文書にフィールドを追加 8913
« SolrInputDocument::addChildDocuments SolrInputDocument::clear » PHP Manual SolrInputDocument 文 ... 書にフィールドを追加 SolrInputDocument::addField (PECL solr >= 0.9.2) SolrInputDocument::addField... 書にフィールドを追加 説明 public SolrInputDocument::addField ( string $fieldName , string $fieldValue , float $ ... ィールド , 文書 , 追加 , SolrInputDocument , boost , addField , fieldValue , fieldBoostValue , fieldName , strin ...
https://man.plustar.jp/php/solrinputdocument.addfield.html - [similar]
8676
« solr_get_version SolrUtils » PHP Manual Solr 例 例 PHP で Apache Solr エクステンションを使用す ... ptions ); $doc = new SolrInputDocument (); $doc -> addField ( 'id' , 334455 ); $doc -> addField ( 'cat' , 'Sof ... tware' ); $doc -> addField ( 'cat' , 'Lucene' ); $updateResponse = $client -> ... ent (); $second_doc = new SolrDocument (); $doc -> addField ( 'id' , 1123 ); $doc -> features = "PHP Client Si ... -> cat = 'Information Technology' ; $second_doc -> addField ( 'cat' , 'Lucene Search' ); $second_doc -> merge ...
https://man.plustar.jp/php/solr.examples.html - [similar]
Sends a query to the server 8422
« SolrClient::ping SolrClient::request » PHP Manual SolrClient Sends a query to the server SolrC ... etStart ( 0 ); $query -> setRows ( 50 ); $query -> addField ( 'cat' )-> addField ( 'features' )-> addField ( ' ... id' )-> addField ( 'timestamp' ); $query_response = $client -> quer ...
https://man.plustar.jp/php/solrclient.query.html - [similar]
Adds a collection of SolrInputDocument instances to the index 8389
« SolrClient::addDocument SolrClient::commit » PHP Manual SolrClient Adds a collection of SolrIn ... ptions ); $doc = new SolrInputDocument (); $doc -> addField ( 'id' , 334455 ); $doc -> addField ( 'cat' , 'Sof ... tware' ); $doc -> addField ( 'cat' , 'Lucene' ); $doc2 = clone $doc ; $doc2 - ... > deleteField ( 'id' ); $doc2 -> addField ( 'id' , 334456 ); $docs = array( $doc , $doc2 ); ...
https://man.plustar.jp/php/solrclient.adddocuments.html - [similar]
Drops all the fields in the document 7983
« SolrDocument::addField SolrDocument::__clone » PHP Manual SolrDocument Drops all the fields in ... ument , SolrDocument , s , in , the , パラメータ , addField , public , Resets ...
https://man.plustar.jp/php/solrdocument.clear.html - [similar]
PREV 1 2 3 NEXT