PHP » GoLang |
login |
register |
about
|
GoLang SolrDisMaxQuery::removeQueryField
request it (308)
GoLang replacement for PHP's SolrDisMaxQuery::removeQueryField
[edit | history]
PHP SolrDisMaxQuery::removeQueryFieldPHP original manual for SolrDisMaxQuery::removeQueryField [ show | php.net ]SolrDisMaxQuery::removeQueryField(No version information available, might only be in Git) SolrDisMaxQuery::removeQueryField — Removes a Query Field (qf parameter) DescriptionRemoves a Query Field (qf parameter) from the field list added by SolrDisMaxQuery::addQueryField() qf: When building DisjunctionMaxQueries from the user's query it specifies the fields to search in, and boosts for those fields. Parameters
Return ValuesExamplesExample #1 SolrDisMaxQuery::removeQueryField() example
<?php The above example will output something similar to: q=lucene&defType=edismax&qf=first^3 second^0.2 cat q=lucene&defType=edismax&qf=first^3 cat See Also
|
more
Recently updated
more
Most requested
|