Solr Dismax Config for Boost Scoring
问题 I've seen many of this topics here but still confusing to implement it. In my case i need to do these: Search certain phrases in title & text and give title^3, text^1 based on result in #1, i need to boost the results by modified time i've tried these with different results: /solr/select ?q={!boost b=$dateboost v=$qq defType=dismax} &dateboost=recip(ms(NOW/HOUR,modified),86400000,1,1) &qq=video &qf=title^3+text &pf=title^3+text &debugQuery=true And Normal Query with different setting in