VuFind API Documentation

UpdateDocument
in package
implements DocumentInterface

SOLR update document class.

Tags
category

VuFind

author

David Maus maus@hab.de

author

Demian Katz demian.katz@villanova.edu

license

http://opensource.org/licenses/gpl-2.0.php GNU General Public License

link
https://vufind.org

Interfaces, Classes, Traits and Enums

DocumentInterface
Interface for Solr document classes

Table of Contents

$records  : SplObjectStorage
Records and index attributes.
__construct()  : mixed
Constructor.
addRecord()  : void
Add record.
getContent()  : string
Return serialized representation.
getContentType()  : string
Return content MIME type.

Properties

$records

Records and index attributes.

protected SplObjectStorage $records

Methods

__construct()

Constructor.

public __construct() : mixed
Return values
mixed

getContent()

Return serialized representation.

public getContent() : string
Return values
string

getContentType()

Return content MIME type.

public getContentType() : string
Return values
string

Search results