GoLang SolrQuery::setExpandQuery

request it (294)
GoLang replacement for PHP's SolrQuery::setExpandQuery [edit | history]



Do you know a GoLang replacement for PHP's SolrQuery::setExpandQuery? Write it!

PHP SolrQuery::setExpandQuery

PHP original manual for SolrQuery::setExpandQuery [ show | php.net ]

SolrQuery::setExpandQuery

(PECL solr >= 2.2.0)

SolrQuery::setExpandQuerySets the expand.q parameter

Description

public SolrQuery SolrQuery::setExpandQuery ( string $q )

Sets the expand.q parameter.

Overrides the main q parameter, determines which documents to include in the main group.

Parameters

q

Return Values

SolrQuery

See Also