Re: Nested boosting in map function in solr?

2014-06-03 Thread Jack Krupansky
solr-user@lucene.apache.org Subject: Nested boosting in map function in solr? Dear Team, I am trying to implement nested boosting in solr using map function. http://www.example.com:8984/solr/collection1/select?&q=laundry services&boost=map(query({!dismax qf=titlex !v=$ql3 pf=""}),0,0,

Nested boosting in map function in solr?

2014-06-02 Thread Kamal Kishore Aggarwal
Dear Team, I am trying to implement nested boosting in solr using map function. http://www.example.com:8984/solr/collection1/select?&q=laundry services&boost=map(query({!dismax qf=titlex !v=$ql3 pf=""}),0,0,1,map(query({!dismax qf=city v='"mumbai"' pf=""}),0,0,1,15))&ql3="laundry services". But