t; accomplish. I mean, what issue you are trying to address.
>
> -- Jack Krupansky
>
> -Original Message- From: Suchi Amalapurapu
> Sent: Friday, February 15, 2013 2:21 AM
> To: solr-user@lucene.apache.org
>
> Subject: Query time boosts vs static boost function defined
vs static boost function defined in
solrconfig.xml
Query time boost function seem to be loaded via local params while boost
functions defined in solrconfig.xml get added to a request globally.
QParser.geParams
public String getParam(String name) {
String val;
if (localParams != null
Query time boost function seem to be loaded via local params while boost
functions defined in solrconfig.xml get added to a request globally.
QParser.geParams
public String getParam(String name) {
String val;
if (localParams != null) {
val = localParams.get(name);
if (val != nul