Nested boosting in map function in solr?

2014-06-03 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 servicesboost=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

Re: Nested boosting in map function in solr?

2014-06-03 Thread Jack Krupansky
@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 servicesboost=map(query({!dismax qf=titlex !v=$ql3 pf=}),0,0,1,map(query({!dismax qf=city v