Re: Performance issue: distributed grouping + dense vector search

2025-04-04 Thread Yue Yu
Thanks Kevin. I'll move the discussion to dev mailing list On Wed, Apr 2, 2025, 4:18 PM Kevin Liang (BLOOMBERG/ 919 3RD A) < klian...@bloomberg.net> wrote: > I don't have enough knowledge to give the greenlight on this, but on a > high level it seems reasonable. This question is probably more app

RE: Solr 9.7: Pb with restore from s3

2025-04-04 Thread Andrew Witt
First thought, off the top of my head : does the process running the Solr restore have permission / visibility to the new S3 location? (If I'm understanding you correctly ...) The Solr backup process clearly had permission to the old location; and you can see the new location with an admin us

Re: How to do an ordered export of a Solr index

2025-04-04 Thread Chris Hostetter
: So, I tried a cursor-based approach, sorting on two fields, the non-unique : one which I want to have the result sorted on, plus the unique id field. : However, the sorting is done on the result of each query, not on the : complete data set. You need to elaborate on what you mean by this and h

Re: AW: Solr returns confusing error message regarding copy-field

2025-04-04 Thread Chris Hostetter
: Additionally to the copy field, I need to add the destination field (in : the JSON API, with "add-field") to not give it its default attribute : values. : : I wonder why it is working for another schema without doing so, but : nevertheless, it's working now. Because... : On the developmen

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

Re: Solr error...

2025-04-04 Thread Colvin Cowie
Hello, I think we might need some more context here, that is to say, why are you using Solr 5.5.1? That was released in 2016 and is very much out of date and unsupported (and will contain a number of critical CVEs). So rather than trying to make it work, can you instead move to the latest release

AW: Solr returns confusing error message regarding copy-field

2025-04-04 Thread Ehrenleitner Robert Harald
Answering myself: Additionally to the copy field, I need to add the destination field (in the JSON API, with "add-field") to not give it its default attribute values. I wonder why it is working for another schema without doing so, but nevertheless, it's working now. kr, Mag.phil. Robert Ehren