Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change 
notification.

The "SolrRelevancyFAQ" page has been changed by DavidSmiley:
http://wiki.apache.org/solr/SolrRelevancyFAQ?action=diff&rev1=25&rev2=26

Comment:
change "query type" word usage to by "query parser" in this context

  }}}
  Now the main "q" argument as well as the "dateboost" argument may be 
specified as defaults in a search handler in solrconfig.xml, and clients would 
only need to pass "qq", the user query.
  
- To boost another query type such as a dismax query, the value of the boost 
query is a full sub-query and hence can use the {!querytype} syntax. 
Alternately, the defType param can be used in the boost local params to set the 
default type to dismax.  The other dismax parameters may be set as top level 
parameters.
+ To boost another query parser such as a dismax query, the value of the boost 
query is a full sub-query and hence can use the {!queryParser} syntax. 
Alternately, the defType param can be used in the boost local params to set the 
default type to dismax.  The other dismax parameters may be set as top level 
parameters.
  
  {{{
  http://localhost:8983/solr/select?q={!boost b=$dateboost v=$qq 
defType=dismax}&dateboost=recip(ms(NOW,manufacturedate_dt),3.16e-11,1,1)&qf=text&pf=text&qq=ipod

Reply via email to