PHP » GoLang |
login |
register |
about
|
GoLang SolrDisMaxQuery::addBoostQuery
request it (333)
GoLang replacement for PHP's SolrDisMaxQuery::addBoostQuery
[edit | history]
PHP SolrDisMaxQuery::addBoostQueryPHP original manual for SolrDisMaxQuery::addBoostQuery [ show | php.net ]SolrDisMaxQuery::addBoostQuery(No version information available, might only be in Git) SolrDisMaxQuery::addBoostQuery — Adds a boost query field with value and optional boost (bq parameter) Description
public SolrDisMaxQuery SolrDisMaxQuery::addBoostQuery
( string
$field
, string $value
[, string $boost
] )Adds a Boost Query field with value [and boost] (bq parameter) Parameters
Return ValuesExamplesExample #1 SolrDisMaxQuery::addBoostQuery() example
<?php The above example will output something similar to: q=lucene&defType=edismax&bq=cat:clothing^2 cat:electronics^5.1 See Also
|
more
Recently updated
more
Most requested
more
Last requests
|