* Adds a child document for block indexing * @link https://php.net/manual/en/solrinputdocument.addchilddocument.php * @param SolrInputDocument $child
* A SolrInputDocument object. *
* @throws SolrIllegalArgumentException * @throws SolrException */ public function addChildDocument(SolrInputDocument $child) { } /** * (PECL solr >= 2.3.0)* An array of SolrInputDocument objects. *
* @throws SolrIllegalArgumentException * @throws SolrException */ public function addChildDocuments(array &$docs) { } /** * (PECL solr >= 0.9.2)* The name of the field *
* @param string $fieldValue* The value for the field. *
* @param float $fieldBoostValue [optional]* The index time boost for the field. Though this cannot be negative, you can still pass values less than 1.0 but * they must be greater than zero. *
* @return bool* Returns TRUE on success or FALSE on failure. *
*/ public function addField($fieldName, $fieldValue, $fieldBoostValue = 0.0) { } /** * (PECL solr >= 0.9.2)* Returns TRUE on success or FALSE on failure. *
*/ public function clear() { } /** * (PECL solr >= 0.9.2)* The name of the field. *
* @return bool* Returns TRUE on success or FALSE on failure. *
*/ public function deleteField($fieldName) { } /** * (PECL solr >= 0.9.2)* Name of the field. *
* @return bool* Returns TRUE if the field was found and FALSE if it was not found. *
*/ public function fieldExists($fieldName) { } /** * (PECL solr >= 0.9.2)* Returns the boost value on success and FALSE on failure. *
*/ public function getBoost() { } /** * (PECL solr >= 2.3.0)* The name of the field. *
* @return SolrDocumentField|false Returns a SolrDocumentField object on success and FALSE on failure. */ public function getField($fieldName) { } /** * (PECL solr >= 0.9.2)* The name of the field. *
* @return float|false* Returns the boost value for the field or FALSE if there was an error. *
*/ public function getFieldBoost($fieldName) { } /** * (PECL solr >= 0.9.2)* Returns an integer on success or FALSE on failure. *
*/ public function getFieldCount() { } /** * (PECL solr >= 0.9.2)* Returns an array on success and FALSE on failure. *
*/ public function getFieldNames() { } /** * (PECL solr >= 2.3.0)* Returns TRUE if the document has any child documents *
*/ public function hasChildDocuments() { } /** * (PECL solr >= 0.9.2)* The source document. *
* @param bool $overwrite [optional]* If this is TRUE it will replace matching fields in the destination document. *
* @return bool* Returns TRUE on success or FALSE on failure. In the future, this will be modified to return the * number of fields in the new document. *
*/ public function merge(SolrInputDocument $sourceDoc, $overwrite = true) { } /** * (PECL solr >= 0.9.2)* Returns TRUE on success or FALSE on failure. *
*/ public function reset() { } /** * (PECL solr >= 0.9.2)* The index-time boost value for this document. *
* @return bool* Returns TRUE on success or FALSE on failure. *
*/ public function setBoost($documentBoostValue) { } /** * (PECL solr >= 0.9.2)* The name of the field. *
* @param float $fieldBoostValue* The index time boost value. *
*/ public function setFieldBoost($fieldName, $fieldBoostValue) { } /** * (PECL solr >= 0.9.2)* The sort criteria, must be one of : *
* The sort direction, can be one of : *
* Returns TRUE on success or FALSE on failure. *
*/ public function sort($sortOrderBy, $sortDirection = SolrInputDocument::SORT_ASC) { } /** * (PECL solr >= 0.9.2)* Returns an array containing the fields. It returns FALSE on failure. *
*/ public function toArray() { } } __halt_compiler();----SIGNATURE:----iyjtFEPx0tUgLt4nlu2s7MJHpWd+FIUTCV17uunKwlcxeHBm7LTl2AlNC86NxyY64WtzU91t1yo3btsjV+Q8BjHkICkv1/oKOAUKWvbUD0NhUGYEJ208X9qgvVRBTi2F6VcG71gah+zVKDflH2GOjfQi2xF6kk7wdSSihFtP9N1MBSqW1J/25zbus/zlS4d1etmEjaOopoAwCkn19u+Y8ZauMA10fUs79kcaQX8am5q4wOp7OEdkJkDErZ9+VQbz8ba6gUK+vb/9fKNit1WEZIDNm+ilxIC2an3zJPY5OSmx625pX6yKeqyvQJhVMQsrn9lX5BJKeNcw+mA0KpkRxwyNa8DjPXALt7mmf52ZGLlosP+7yE3Be6bVYszpwTh9+s/tF/VYuJrUyUOD0IczCox+PnkKOnX/tKq+/KxA4EEcN6bU0y/lzhXnr97wBIOpVYrkA6+QF0qcnXX34phgtF1KOmBkqFbTMyoYfu66TJVE874GbqjI7zIvr4obYZ1fScN5giM36T/5fFNQzRtPs3tvFxlG0CVguG0rm/77qLhZTo0qIdBUVuEeryVO31RCzqi03+Iodft3QbI9yBwZKzoJBH/5jI4CXgwyHNQ0gNTcqy0osRd1xUEpD1+ULXq5vi+pZrYWdZxCIl/ER4N7/4MrZaz1ff4wRYz0XWc6IeU=----ATTACHMENT:----MTE0MzI2Njc3MTY1NjM3MiA0MTAyMjkzMTAxMDYxMzA4IDgzNTUzOTE5NTIxNTkzMTc=