【发布时间】:2012-03-13 00:23:45
【问题描述】:
我的 solr webrequest 看起来像这样
http://XXX.XX.XX.XX:8080/search/select?q=bay city&defType=dismax&qf=screenname^10+screenname1^100.0+cmets^50+tagwords^10+spottype^40+spotscene^50+spotscenecategory^50&bq=locationid:22878^40&mm=1&start=0&rows=40reccount desc&fq=locationid:22878 或 查询:"{!bbox}"&sfield=location&pt=34.0194543, -118.4911912&d=8&fl=profileid,screenname1,reccount,score,locationid&sort=score 描述
我在这里使用 &sort=score desc
现在我看起来像@sort=sum(log(popularity),score) desc
但我这样使用它给我错误
排序参数无法解析为查询,并且不是索引中存在的字段:sum(log(popularity),score)
【问题讨论】:
标签: solr