我对Solr 7.0.0有疑问并且与[子查询]结合进行排序操作:
我有两个系列:
两个集合的结果我通过fl = *,foo:[subquery]组合。结果响应如下所示:
class Meta:
model = Cantonment
fields = ('id','user','name', 'description', 'type', 'stay_type', 'geom', 'address', 'accomodations')
read_only_fields=('id', 'user',)
extra_kwargs = {'address': {'write_only': True}, 'accomodations': {'write_only': True}}
现在我想根据字段视图排序,但似乎无法让它正常工作..
到目前为止我尝试了什么:
非常感谢任何建议!
谢谢,蒂姆
答案 0 :(得分:0)
没办法。您可以在查询时间{!join ..}中使用评分..请参阅https://lucene.apache.org/solr/guide/7_1/other-parsers.html#join-parser-scoring