9910
9910
'sodium_version_string' => ['string'],
9911
9911
'solid_fetch_prev' => ['bool', 'result_id'=>''],
9912
9912
'solr_get_version' => ['string'],
9913
- 'SolrClient::__construct' => ['void', 'clientOptions'=>'array'],
9914
- 'SolrClient::__destruct' => [''],
9915
- 'SolrClient::addDocument' => ['SolrUpdateResponse', 'doc'=>'solrinputdocument', 'allowdups='=>'bool', 'commitwithin='=>'int'],
9916
- 'SolrClient::addDocuments' => ['SolrUpdateResponse', 'docs'=>'array', 'allowdups='=>'bool', 'commitwithin='=>'int'],
9917
- 'SolrClient::commit' => ['SolrUpdateResponse', 'maxsegments='=>'int', 'waitflush='=>'bool', 'waitsearcher='=>'bool'],
9918
- 'SolrClient::deleteById' => ['SolrUpdateResponse', 'id'=>'string'],
9919
- 'SolrClient::deleteByIds' => ['SolrUpdateResponse', 'ids'=>'array'],
9920
- 'SolrClient::deleteByQueries' => ['SolrUpdateResponse', 'queries'=>'array'],
9921
- 'SolrClient::deleteByQuery' => ['SolrUpdateResponse', 'query'=>'string'],
9922
- 'SolrClient::getById' => ['SolrQueryResponse', 'id'=>'string'],
9923
- 'SolrClient::getByIds' => ['SolrQueryResponse', 'ids'=>'array'],
9924
- 'SolrClient::getDebug' => ['string'],
9925
- 'SolrClient::getOptions' => ['array'],
9926
- 'SolrClient::optimize' => ['SolrUpdateResponse', 'maxsegments='=>'int', 'waitflush='=>'bool', 'waitsearcher='=>'bool'],
9927
- 'SolrClient::ping' => ['SolrPingResponse'],
9928
- 'SolrClient::query' => ['SolrQueryResponse', 'query'=>'solrparams'],
9929
- 'SolrClient::request' => ['SolrUpdateResponse', 'raw_request'=>'string'],
9930
- 'SolrClient::rollback' => ['SolrUpdateResponse'],
9931
9913
'SolrClient::setResponseWriter' => ['void', 'responsewriter'=>'string'],
9932
- 'SolrClient::setServlet' => ['bool', 'type'=>'int', 'value'=>'string'],
9933
- 'SolrClient::system' => ['void'],
9934
- 'SolrClient::threads' => ['void'],
9935
- 'SolrClientException::getInternalInfo' => ['array'],
9936
- 'SolrCollapseFunction::__toString' => ['string'],
9937
- 'SolrCollapseFunction::getField' => ['string'],
9938
- 'SolrCollapseFunction::getHint' => ['string'],
9939
- 'SolrCollapseFunction::getMax' => ['string'],
9940
- 'SolrCollapseFunction::getMin' => ['string'],
9941
- 'SolrCollapseFunction::getNullPolicy' => ['string'],
9942
- 'SolrCollapseFunction::getSize' => ['int'],
9943
- 'SolrCollapseFunction::setField' => ['SolrCollapseFunction', 'fieldName'=>'string'],
9944
- 'SolrCollapseFunction::setHint' => ['SolrCollapseFunction', 'hint'=>'string'],
9945
- 'SolrCollapseFunction::setMax' => ['SolrCollapseFunction', 'max'=>'string'],
9946
- 'SolrCollapseFunction::setMin' => ['SolrCollapseFunction', 'min'=>'string'],
9947
- 'SolrCollapseFunction::setNullPolicy' => ['SolrCollapseFunction', 'nullPolicy'=>'string'],
9948
- 'SolrCollapseFunction::setSize' => ['SolrCollapseFunction', 'size'=>'int'],
9949
- 'SolrDisMaxQuery::__construct' => ['void', 'q='=>'string'],
9950
9914
'SolrDisMaxQuery::addBigramPhraseField' => ['SolrDisMaxQuery', 'field'=>'string', 'boost'=>'string', 'slop='=>'string'],
9951
9915
'SolrDisMaxQuery::addBoostQuery' => ['SolrDisMaxQuery', 'field'=>'string', 'value'=>'string', 'boost='=>'string'],
9952
9916
'SolrDisMaxQuery::addExpandFilterQuery' => ['SolrQuery', 'fq'=>'string'],
@@ -10175,45 +10139,12 @@
10175
10139
'SolrDisMaxQuery::unserialize' => ['void', 'serialized'=>'string'],
10176
10140
'SolrDisMaxQuery::useDisMaxQueryParser' => ['SolrDisMaxQuery'],
10177
10141
'SolrDisMaxQuery::useEDisMaxQueryParser' => ['SolrDisMaxQuery'],
10178
- 'SolrDocument::__clone' => ['void'],
10179
- 'SolrDocument::__construct' => ['void'],
10180
- 'SolrDocument::__destruct' => [''],
10181
- 'SolrDocument::__get' => ['SolrDocumentField', 'fieldname'=>'string'],
10182
- 'SolrDocument::__isset' => ['bool', 'fieldname'=>'string'],
10183
- 'SolrDocument::__set' => ['bool', 'fieldname'=>'string', 'fieldvalue'=>'string'],
10184
- 'SolrDocument::__unset' => ['bool', 'fieldname'=>'string'],
10185
- 'SolrDocument::addField' => ['bool', 'fieldname'=>'string', 'fieldvalue'=>'string'],
10186
- 'SolrDocument::clear' => ['bool'],
10187
- 'SolrDocument::current' => ['SolrDocumentField'],
10188
- 'SolrDocument::deleteField' => ['bool', 'fieldname'=>'string'],
10189
- 'SolrDocument::fieldExists' => ['bool', 'fieldname'=>'string'],
10190
- 'SolrDocument::getChildDocuments' => ['array'],
10191
- 'SolrDocument::getChildDocumentsCount' => ['int'],
10192
- 'SolrDocument::getField' => ['SolrDocumentField', 'fieldname'=>'string'],
10193
- 'SolrDocument::getFieldCount' => ['int'],
10194
- 'SolrDocument::getFieldNames' => ['array'],
10195
- 'SolrDocument::getInputDocument' => ['SolrInputDocument'],
10196
- 'SolrDocument::hasChildDocuments' => ['bool'],
10197
- 'SolrDocument::key' => ['string'],
10198
- 'SolrDocument::merge' => ['bool', 'sourcedoc'=>'solrdocument', 'overwrite='=>'bool'],
10142
+ 'SolrDocument::getField' => ['__benevolent<SolrDocumentField|false>', 'fieldname'=>'string'],
10143
+ 'SolrDocument::getFieldCount' => ['__benevolent<int|false>'],
10144
+ 'SolrDocument::getFieldNames' => ['__benevolent<array|false>'],
10145
+ 'SolrDocument::getInputDocument' => ['__benevolent<SolrInputDocument|null>'],
10199
10146
'SolrDocument::next' => ['void'],
10200
- 'SolrDocument::offsetExists' => ['bool', 'fieldname'=>'string'],
10201
- 'SolrDocument::offsetGet' => ['SolrDocumentField', 'fieldname'=>'string'],
10202
- 'SolrDocument::offsetSet' => ['void', 'fieldname'=>'string', 'fieldvalue'=>'string'],
10203
- 'SolrDocument::offsetUnset' => ['void', 'fieldname'=>'string'],
10204
- 'SolrDocument::reset' => ['bool'],
10205
- 'SolrDocument::rewind' => ['void'],
10206
- 'SolrDocument::serialize' => ['string'],
10207
- 'SolrDocument::sort' => ['bool', 'sortorderby'=>'int', 'sortdirection='=>'int'],
10208
- 'SolrDocument::toArray' => ['array'],
10209
10147
'SolrDocument::unserialize' => ['void', 'serialized'=>'string'],
10210
- 'SolrDocument::valid' => ['bool'],
10211
- 'SolrDocumentField::__construct' => ['void'],
10212
- 'SolrDocumentField::__destruct' => [''],
10213
- 'SolrException::__clone' => ['void'],
10214
- 'SolrException::__construct' => ['void', 'message='=>'string', 'code='=>'int', 'previous='=>'(?Exception)|(?Throwable)'],
10215
- 'SolrException::__toString' => ['string'],
10216
- 'SolrException::__wakeup' => ['void'],
10217
10148
'SolrException::getCode' => ['int'],
10218
10149
'SolrException::getFile' => ['string'],
10219
10150
'SolrException::getInternalInfo' => ['array'],
10222
10153
'SolrException::getPrevious' => ['Exception|Throwable'],
10223
10154
'SolrException::getTrace' => ['list<array{function:string,line?:int,file?:string,class?:class-string,type?:\'::\'|\'->\',args?:mixed[],object?:object}>'],
10224
10155
'SolrException::getTraceAsString' => ['string'],
10225
- 'SolrGenericResponse::__construct' => ['void'],
10226
- 'SolrGenericResponse::__destruct' => [''],
10227
- 'SolrGenericResponse::getDigestedResponse' => ['string'],
10228
- 'SolrGenericResponse::getHttpStatus' => ['int'],
10229
- 'SolrGenericResponse::getHttpStatusMessage' => ['string'],
10230
- 'SolrGenericResponse::getRawRequest' => ['string'],
10231
- 'SolrGenericResponse::getRawRequestHeaders' => ['string'],
10232
- 'SolrGenericResponse::getRawResponse' => ['string'],
10233
- 'SolrGenericResponse::getRawResponseHeaders' => ['string'],
10234
- 'SolrGenericResponse::getRequestUrl' => ['string'],
10235
- 'SolrGenericResponse::getResponse' => ['SolrObject'],
10236
- 'SolrGenericResponse::setParseMode' => ['bool', 'parser_mode='=>'int'],
10237
- 'SolrGenericResponse::success' => ['bool'],
10238
- 'SolrIllegalArgumentException::__clone' => ['void'],
10239
- 'SolrIllegalArgumentException::__construct' => ['void', 'message='=>'string', 'code='=>'int', 'previous='=>'(?Exception)|(?Throwable)'],
10240
- 'SolrIllegalArgumentException::__toString' => ['string'],
10241
- 'SolrIllegalArgumentException::__wakeup' => ['void'],
10242
10156
'SolrIllegalArgumentException::getCode' => ['int'],
10243
10157
'SolrIllegalArgumentException::getFile' => ['string'],
10244
10158
'SolrIllegalArgumentException::getInternalInfo' => ['array'],
10247
10161
'SolrIllegalArgumentException::getPrevious' => ['Exception|Throwable'],
10248
10162
'SolrIllegalArgumentException::getTrace' => ['list<array{function:string,line?:int,file?:string,class?:class-string,type?:\'::\'|\'->\',args?:mixed[],object?:object}>'],
10249
10163
'SolrIllegalArgumentException::getTraceAsString' => ['string'],
10250
- 'SolrIllegalOperationException::__clone' => ['void'],
10251
- 'SolrIllegalOperationException::__construct' => ['void', 'message='=>'string', 'code='=>'int', 'previous='=>'(?Exception)|(?Throwable)'],
10252
- 'SolrIllegalOperationException::__toString' => ['string'],
10253
- 'SolrIllegalOperationException::__wakeup' => ['void'],
10254
10164
'SolrIllegalOperationException::getCode' => ['int'],
10255
10165
'SolrIllegalOperationException::getFile' => ['string'],
10256
10166
'SolrIllegalOperationException::getInternalInfo' => ['array'],
10259
10169
'SolrIllegalOperationException::getPrevious' => ['Exception|Throwable'],
10260
10170
'SolrIllegalOperationException::getTrace' => ['list<array{function:string,line?:int,file?:string,class?:class-string,type?:\'::\'|\'->\',args?:mixed[],object?:object}>'],
10261
10171
'SolrIllegalOperationException::getTraceAsString' => ['string'],
10262
- 'SolrInputDocument::__clone' => ['void'],
10263
- 'SolrInputDocument::__construct' => ['void'],
10264
- 'SolrInputDocument::__destruct' => [''],
10265
10172
'SolrInputDocument::addChildDocument' => ['void', 'child'=>'SolrInputDocument'],
10266
10173
'SolrInputDocument::addChildDocuments' => ['void', 'docs'=>'array'],
10267
10174
'SolrInputDocument::addField' => ['bool', 'fieldname'=>'string', 'fieldvalue'=>'string', 'fieldboostvalue='=>'float'],
10282
10189
'SolrInputDocument::setFieldBoost' => ['bool', 'fieldname'=>'string', 'fieldboostvalue'=>'float'],
10283
10190
'SolrInputDocument::sort' => ['bool', 'sortorderby'=>'int', 'sortdirection='=>'int'],
10284
10191
'SolrInputDocument::toArray' => ['array'],
10285
- 'SolrModifiableParams::__construct' => ['void'],
10286
- 'SolrModifiableParams::__destruct' => [''],
10287
10192
'SolrModifiableParams::add' => ['SolrParams', 'name'=>'string', 'value'=>'string'],
10288
10193
'SolrModifiableParams::addParam' => ['SolrParams', 'name'=>'string', 'value'=>'string'],
10289
10194
'SolrModifiableParams::get' => ['mixed', 'param_name'=>'string'],
@@ -10295,14 +10200,11 @@
10295
10200
'SolrModifiableParams::setParam' => ['SolrParams', 'name'=>'string', 'value'=>''],
10296
10201
'SolrModifiableParams::toString' => ['string', 'url_encode='=>'bool|false'],
10297
10202
'SolrModifiableParams::unserialize' => ['void', 'serialized'=>'string'],
10298
- 'SolrObject::__construct' => ['void'],
10299
- 'SolrObject::__destruct' => [''],
10300
10203
'SolrObject::getPropertyNames' => ['array'],
10301
10204
'SolrObject::offsetExists' => ['bool', 'property_name'=>'string'],
10302
10205
'SolrObject::offsetGet' => ['mixed', 'property_name'=>'string'],
10303
10206
'SolrObject::offsetSet' => ['void', 'property_name'=>'string', 'property_value'=>'string'],
10304
10207
'SolrObject::offsetUnset' => ['void', 'property_name'=>'string'],
10305
- 'SolrParams::__construct' => ['void'],
10306
10208
'SolrParams::add' => ['SolrParams', 'name'=>'string', 'value'=>'string'],
10307
10209
'SolrParams::addParam' => ['SolrParams', 'name'=>'string', 'value'=>'string'],
10308
10210
'SolrParams::get' => ['mixed', 'param_name'=>'string'],
10314
10216
'SolrParams::setParam' => ['SolrParams', 'name'=>'string', 'value'=>'string'],
10315
10217
'SolrParams::toString' => ['string', 'url_encode='=>'bool'],
10316
10218
'SolrParams::unserialize' => ['void', 'serialized'=>'string'],
10317
- 'SolrPingResponse::__construct' => ['void'],
10318
- 'SolrPingResponse::__destruct' => [''],
10319
- 'SolrPingResponse::getDigestedResponse' => ['string'],
10320
- 'SolrPingResponse::getHttpStatus' => ['int'],
10321
- 'SolrPingResponse::getHttpStatusMessage' => ['string'],
10322
- 'SolrPingResponse::getRawRequest' => ['string'],
10323
- 'SolrPingResponse::getRawRequestHeaders' => ['string'],
10324
- 'SolrPingResponse::getRawResponse' => ['string'],
10325
- 'SolrPingResponse::getRawResponseHeaders' => ['string'],
10326
- 'SolrPingResponse::getRequestUrl' => ['string'],
10327
- 'SolrPingResponse::getResponse' => ['string'],
10328
- 'SolrPingResponse::setParseMode' => ['bool', 'parser_mode='=>'int'],
10329
- 'SolrPingResponse::success' => ['bool'],
10330
- 'SolrQuery::__construct' => ['void', 'q='=>'string'],
10331
- 'SolrQuery::__destruct' => [''],
10332
10219
'SolrQuery::add' => ['SolrParams', 'name'=>'string', 'value'=>'string'],
10333
10220
'SolrQuery::addExpandFilterQuery' => ['SolrQuery', 'fq'=>'string'],
10334
10221
'SolrQuery::addExpandSortField' => ['SolrQuery', 'field'=>'string', 'order='=>'string'],
10531
10418
'SolrQuery::setTimeAllowed' => ['SolrQuery', 'timeallowed'=>'int'],
10532
10419
'SolrQuery::toString' => ['string', 'url_encode='=>'bool|false'],
10533
10420
'SolrQuery::unserialize' => ['void', 'serialized'=>'string'],
10534
- 'SolrQueryResponse::__construct' => ['void'],
10535
- 'SolrQueryResponse::__destruct' => [''],
10536
- 'SolrQueryResponse::getDigestedResponse' => ['string'],
10537
- 'SolrQueryResponse::getHttpStatus' => ['int'],
10538
- 'SolrQueryResponse::getHttpStatusMessage' => ['string'],
10539
- 'SolrQueryResponse::getRawRequest' => ['string'],
10540
- 'SolrQueryResponse::getRawRequestHeaders' => ['string'],
10541
- 'SolrQueryResponse::getRawResponse' => ['string'],
10542
- 'SolrQueryResponse::getRawResponseHeaders' => ['string'],
10543
- 'SolrQueryResponse::getRequestUrl' => ['string'],
10544
- 'SolrQueryResponse::getResponse' => ['SolrObject'],
10545
- 'SolrQueryResponse::setParseMode' => ['bool', 'parser_mode='=>'int'],
10546
- 'SolrQueryResponse::success' => ['bool'],
10547
- 'SolrResponse::getDigestedResponse' => ['string'],
10548
- 'SolrResponse::getHttpStatus' => ['int'],
10549
- 'SolrResponse::getHttpStatusMessage' => ['string'],
10550
- 'SolrResponse::getRawRequest' => ['string'],
10551
- 'SolrResponse::getRawRequestHeaders' => ['string'],
10552
- 'SolrResponse::getRawResponse' => ['string'],
10553
- 'SolrResponse::getRawResponseHeaders' => ['string'],
10554
- 'SolrResponse::getRequestUrl' => ['string'],
10555
- 'SolrResponse::getResponse' => ['SolrObject'],
10556
- 'SolrResponse::setParseMode' => ['bool', 'parser_mode='=>'int'],
10557
- 'SolrResponse::success' => ['bool'],
10558
- 'SolrServerException::__clone' => ['void'],
10559
- 'SolrServerException::__construct' => ['void', 'message='=>'string', 'code='=>'int', 'previous='=>'(?Exception)|(?Throwable)'],
10560
- 'SolrServerException::__toString' => ['string'],
10561
- 'SolrServerException::__wakeup' => ['void'],
10562
10421
'SolrServerException::getCode' => ['int'],
10563
10422
'SolrServerException::getFile' => ['string'],
10564
10423
'SolrServerException::getInternalInfo' => ['array'],
10567
10426
'SolrServerException::getPrevious' => ['Exception|Throwable'],
10568
10427
'SolrServerException::getTrace' => ['list<array{function:string,line?:int,file?:string,class?:class-string,type?:\'::\'|\'->\',args?:mixed[],object?:object}>'],
10569
10428
'SolrServerException::getTraceAsString' => ['string'],
10570
- 'SolrUpdateResponse::__construct' => ['void'],
10571
- 'SolrUpdateResponse::__destruct' => [''],
10572
- 'SolrUpdateResponse::getDigestedResponse' => ['string'],
10573
- 'SolrUpdateResponse::getHttpStatus' => ['int'],
10574
- 'SolrUpdateResponse::getHttpStatusMessage' => ['string'],
10575
- 'SolrUpdateResponse::getRawRequest' => ['string'],
10576
- 'SolrUpdateResponse::getRawRequestHeaders' => ['string'],
10577
- 'SolrUpdateResponse::getRawResponse' => ['string'],
10578
- 'SolrUpdateResponse::getRawResponseHeaders' => ['string'],
10579
- 'SolrUpdateResponse::getRequestUrl' => ['string'],
10580
- 'SolrUpdateResponse::getResponse' => ['SolrObject'],
10581
- 'SolrUpdateResponse::setParseMode' => ['bool', 'parser_mode='=>'int'],
10582
- 'SolrUpdateResponse::success' => ['bool'],
10583
10429
'SolrUtils::digestXmlResponse' => ['SolrObject', 'xmlresponse'=>'string', 'parse_mode='=>'int'],
10584
10430
'SolrUtils::escapeQueryChars' => ['string|false', 'str'=>'string'],
10585
10431
'SolrUtils::getSolrVersion' => ['string'],
0 commit comments