Results of 1 - 10 of about 44 for fieldname (0.037 sec.)
- The SolrDocument class 12386
- « SolrInputDocument::toArray SolrDocument::addField » PHP Manual Solr The SolrDocument class The
...
*/ public __construct () public addField ( string $fieldName , string $fieldValue ): bool public clear (): bool ...
(): SolrDocumentField public deleteField ( string $fieldName ): bool public fieldExists ( string $fieldName ): ...
bool public __get ( string $fieldName ): SolrDocumentField public getChildDocuments (): ...
ldDocumentsCount (): int public getField ( string $fieldName ): SolrDocumentField public getFieldCount (): int ...
-
https://man.plustar.jp/php/class.solrdocument.html
- [similar]
- フィールドの名前を返す 10896
- « pg_field_is_null pg_field_num » PHP Manual PostgreSQL 関数 フィールドの名前を返す pg_field_nam
...
号は 0 から始まります。 注意 : この関数は、以前は pg_fieldname() と呼ばれていました。 パラメータ result pg_query( ...
$j = 0 ; $j < $i ; $j ++) { echo "column $j \n" ; $fieldname = pg_field_name ( $res , $j ); echo "fieldname: $f ...
cho "printed length: " . pg_field_prtlen ( $res , $fieldname ) . " characters\n" ; echo "storage length: " . pg ...
\n" ; } ?> 上の例の出力は以下となります。 column 0 fieldname: author printed length: 6 characters storage lengt ...
-
https://man.plustar.jp/php/function.pg-field-name.html
- [similar]
- Checks if a field exists in the document 10819
- « SolrDocument::__destruct SolrDocument::__get » PHP Manual SolrDocument Checks if a field exist
...
nt 説明 public SolrDocument::fieldExists ( string $fieldName ): bool Checks if the requested field as a valid f ...
ieldname in the document. パラメータ fieldName The name of the field. 戻り値 Returns true if the ...
ists , SolrDocument , in , the , a , fieldExists , fieldName , fieldname ...
-
https://man.plustar.jp/php/solrdocument.fieldexists.html
- [similar]
- 指定したフィールドの内部記憶領域におけるサイズを返す 10004
- « pg_field_prtlen pg_field_table » PHP Manual PostgreSQL 関数 指定したフィールドの内部記憶領域に
...
$j = 0 ; $j < $i ; $j ++) { echo "column $j \n" ; $fieldname = pg_field_name ( $res , $j ); echo "fieldname: $f ...
cho "printed length: " . pg_field_prtlen ( $res , $fieldname ) . " characters\n" ; echo "storage length: " . pg ...
\n" ; } ?> 上の例の出力は以下となります。 column 0 fieldname: author printed length: 6 characters storage lengt ...
h: -1 bytes field type: varchar column 1 fieldname: year printed length: 4 characters storage length: ...
-
https://man.plustar.jp/php/function.pg-field-size.html
- [similar]
- 表示される長さを返す 9113
- « pg_field_num pg_field_size » PHP Manual PostgreSQL 関数 表示される長さを返す pg_field_prtlen (
...
$j = 0 ; $j < $i ; $j ++) { echo "column $j \n" ; $fieldname = pg_field_name ( $res , $j ); echo "fieldname: $f ...
cho "printed length: " . pg_field_prtlen ( $res , $fieldname ) . " characters\n" ; echo "storage length: " . pg ...
\n" ; } ?> 上の例の出力は以下となります。 column 0 fieldname: author printed length: 6 characters storage lengt ...
h: -1 bytes field type: varchar column 1 fieldname: year printed length: 4 characters storage length: ...
-
https://man.plustar.jp/php/function.pg-field-prtlen.html
- [similar]
- SolrInputDocument クラス 8590
- « SolrUtils::queryPhrase SolrInputDocument::addChildDocument » PHP Manual Solr SolrInputDocument
...
s ( array &$docs ): void public addField ( string $fieldName , string $fieldValue , float $fieldBoostValue = 0. ...
blic __clone (): void public deleteField ( string $fieldName ): bool public fieldExists ( string $fieldName ): ...
ldDocumentsCount (): int public getField ( string $fieldName ): SolrDocumentField public getFieldBoost ( string ...
$fieldName ): float public getFieldCount (): int | false publ ...
-
https://man.plustar.jp/php/class.solrinputdocument.html
- [similar]
- Sets the field to collapse on 8514
- « SolrCollapseFunction::getSize SolrCollapseFunction::setHint » PHP Manual SolrCollapseFunction
...
説明 public SolrCollapseFunction::setField ( string $fieldName ): SolrCollapseFunction The field name to collapse ...
e a single valued String, Int or Float. パラメータ fieldName 戻り値 SolrCollapseFunction 関連キーワード: collap ...
se , SolrCollapseFunction , Sets , setField , fieldName , type , Float , Int , valued , single ...
-
https://man.plustar.jp/php/solrcollapsefunction.setfield.html
- [similar]
- Sets the name of the field to get the Terms from 8437
- « SolrQuery::setTerms SolrQuery::setTermsIncludeLowerBound » PHP Manual SolrQuery Sets the name
...
rom 説明 public SolrQuery::setTermsField ( string $fieldname ): SolrQuery Sets the name of the field to get the ...
terms from パラメータ fieldname The field name 戻り値 Returns the current SolrQuer ...
m , SolrQuery , Terms , the , of , setTermsField , fieldname , setTerms , setTermsIncludeLowerBound ...
-
https://man.plustar.jp/php/solrquery.settermsfield.html
- [similar]
- フィールドを除去 8360
- « SolrDocument::offsetSet SolrDocument::reset » PHP Manual SolrDocument フィールドを除去 SolrDoc
...
除去 説明 public SolrDocument::offsetUnset ( string $fieldName ): void 文書からフィールドを除去します。 パラメータ ...
fieldName フィールド名 戻り値 戻り値はありません。 関連キーワ ...
: フィールド , 除去 , SolrDocument , offsetUnset , fieldName , offsetSet , public , string , 文書 , パラメータ ...
-
https://man.plustar.jp/php/solrdocument.offsetunset.html
- [similar]
- Adds another field to the document 8360
- « SolrDocument::serialize SolrDocument::sort » PHP Manual SolrDocument Adds another field to the
...
document 説明 public SolrDocument::__set ( string $fieldName , string $fieldValue ): bool Adds another field to ...
ed to set the fields as new properties. パラメータ fieldName Name of the field. fieldValue Field value. 戻り値 ...
ument , SolrDocument , the , string , fieldValue , fieldName , public , sort , serialize ...
-
https://man.plustar.jp/php/solrdocument.set.html
- [similar]