Re: Query time boosts vs static boost function defined in solrconfig.xml

2013-02-17 Thread Suchi Amalapurapu
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

Re: Query time boosts vs static boost function defined in solrconfig.xml

2013-02-16 Thread Jack Krupansky
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 boosts vs static boost function defined in solrconfig.xml

2013-02-15 Thread Suchi Amalapurapu
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