SolR 查询 - 价格范围
我正在查询 SolR 服务器以获取价格范围。
如何构造一个立即返回的查询:
- 所有商品的价格范围(无构面查询)
- 具有构面查询的商品的价格范围(或列表)
我需要滑块的这四个值,如下所示:
all_min=============user_min========user_max========all_max
I'm querying SolR server to get the price ranges.
How can I construct a query which returns at once:
- price range for all of the items (without facet query)
- price range (or list) for items with facet query
I need these four values for a slider like this:
all_min=============user_min========user_max========all_max
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 StatsComponent 获取最小值和最大值。使用 facet.range 或 facet.query 获取特定价格范围的构面。
Use StatsComponent to get min and max. Use facet.range or facet.query to get facets on specific price ranges.