Re: Need help in finding better ways to optimize indexing and querying at Solr (v9.6.1)

2025-04-09 Thread Uday Kumar
Thanks Mikhail Will get this checked *Thanks & Regards,* *Uday Kumar* *Product Search Tech* On Fri, Apr 4, 2025 at 3:51 PM Mikhail Khludnev wrote: > You may try to experiment with query time {!join mode=score max} to join > from prods to supplier. > Query time reduces supplier reindex burden.

Re: Need help in finding better ways to optimize indexing and querying at Solr (v9.6.1)

2025-04-04 Thread Mikhail Khludnev
You may try to experiment with query time {!join mode=score max} to join from prods to supplier. Query time reduces supplier reindex burden. And you'll get a scored and cropped page of suppliers, but completely lost product hits. Then you can search for products by supplier again in [subquery] resu

Need help in finding better ways to optimize indexing and querying at Solr (v9.6.1)

2025-04-04 Thread Uday Kumar
Hi all, In our index, we have data of suppliers along with their products which we display on front-end, wrt search requests. *Example:For a supplier with id: 678, we have 2 products in our index* *product-id(unique)* *document1:* { product-id: 123 product-price: 2000rs product-name: Jute bags