如何在不指定距离范围的情况下根据日期字段和距离字段提高 Solr 中的文档分数?
我正在构建一个在图块上搜索的查询。我想根据距离和日期字段提高文档分数。可以在不将距离和日期字段限制在一定范围内的情况下实现这一点吗?
如果查询字段是 title 并且 sfield 是 latlon,查询会是什么?
I am constructing a query that searches on the tile. I would like to boost the doc score based on the distance and a date field. Can this be achieved without restricting the distance and date field to a range?
What would the query be if the query field is title and sfield is latlon?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
提升到“通配符”距离和日期字段,即: [* TO *] ?
boost to 'wildcarded' distance and date fields, i.e: [* TO *] ?