SolrDisMaxQuery::addQueryField

(No version information available, might only be in Git)

SolrDisMaxQuery::addQueryFieldAdd a query field with optional boost (qf parameter)

说锟斤拷

public SolrDisMaxQuery::addQueryField ( string $field [, string $boost ] ) : SolrDisMaxQuery

Add a query field with optional boost (qf parameter)

锟斤拷锟斤拷

field

field name

boost

Boost value. Boosts documents with matching terms.

锟斤拷锟斤拷值

SolrDisMaxQuery

锟斤拷锟斤拷

Example #1 SolrDisMaxQuery::addQueryField() example

<?php

$dismaxQuery 
= new SolrDisMaxQuery("lucene");
$dismaxQuery
    
->addQueryField("location"4)
    ->
addQueryField("price")
    ->
addQueryField("sku")
    ->
addQueryField("title",3.4)
;
echo 
$dismaxQuery;

?>

锟斤拷锟斤拷锟斤拷锟教碉拷锟斤拷锟斤拷锟斤拷锟斤拷冢锟�

q=lucene&defType=edismax&qf=location^4 price sku title^3.4

锟轿硷拷