VuFind API Documentation

QueryBuilderInterface
in

SOLR QueryBuilder interface definition.

Tags
category

VuFind

author

Andrew S. Nagy vufind-tech@lists.sourceforge.net

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

Table of Contents

build()  : ParamBag
Build query based on VuFind query object.
setCreateSpellingQuery()  : void
Control whether or not the QueryBuilder should create a spellcheck.q parameter. (Turned off by default).

Methods

setCreateSpellingQuery()

Control whether or not the QueryBuilder should create a spellcheck.q parameter. (Turned off by default).

public setCreateSpellingQuery(bool $enable) : void
Parameters
$enable : bool

Should spelling query generation be enabled?

Return values
void

Search results