VuFind API Documentation

OptimizeDocument
in package
implements DocumentInterface

SOLR optimize 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

$waitFlush  : bool
Value for waitFlush attribute
$waitSearcher  : bool
Value for waitSearch attribute
__construct()  : mixed
Constructor.
getContent()  : string
Return serialized representation.
getContentType()  : string
Return content MIME type.

Properties

$waitSearcher

Value for waitSearch attribute

protected bool $waitSearcher

Methods

__construct()

Constructor.

public __construct([bool $waitFlush = null ][, bool $waitSearcher = null ]) : mixed
Parameters
$waitFlush : bool = null

waitFlush attribute value

$waitSearcher : bool = null

waitSearcher attribute value

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