PHP 8.5.0 RC 2 available for testing

The SolrInputDocument class

(PECL solr >= 0.9.2)

Introduction

This class represents a Solr document that is about to be submitted to the Solr index.

Class synopsis

final class SolrInputDocument {
/* Constants */
const int SORT_DEFAULT = 1;
const int SORT_ASC = 1;
const int SORT_DESC = 2;
const int SORT_FIELD_NAME = 1;
/* Methods */
public __construct ()
public addChildDocuments (array &$docs): void
public addField (string $fieldName, string $fieldValue, float $fieldBoostValue = 0.0): bool
public clear (): bool
public __clone (): void
public deleteField (string $fieldName): bool
public fieldExists (string $fieldName): bool
public getBoost (): float
public getField (string $fieldName): SolrDocumentField
public getFieldBoost (string $fieldName): float
public getFieldCount (): int |false
public getFieldNames (): array
public merge (SolrInputDocument $sourceDoc, bool $overwrite = true ): bool
public reset (): bool
public setBoost (float $documentBoostValue): bool
public setFieldBoost (string $fieldName, float $fieldBoostValue): bool
public sort (int $sortOrderBy, int $sortDirection = SolrInputDocument::SORT_ASC): bool
public toArray (): array
public __destruct ()
}

Predefined Constants

SolrInputDocument Class Constants

SolrInputDocument::SORT_DEFAULT

Sorts the fields in ascending order.

SolrInputDocument::SORT_ASC

Sorts the fields in ascending order.

SolrInputDocument::SORT_DESC

Sorts the fields in descending order.

SolrInputDocument::SORT_FIELD_NAME

Sorts the fields by name

SolrInputDocument::SORT_FIELD_VALUE_COUNT

Sorts the fields by number of values.

SolrInputDocument::SORT_FIELD_BOOST_VALUE

Sorts the fields by boost value.

Table of Contents

Found A Problem?

Learn How To Improve This PageSubmit a Pull RequestReport a Bug
+add a note

User Contributed Notes

There are no user contributed notes for this page.

AltStyle によって変換されたページ (->オリジナル) /