Re: Dense Vector Search fieldType default parameters result in index error

2022-12-13 Thread Alastair Porter
Hi Alessandro, Thanks for the confirmation of the bug. I'd be happy to create an issue for this, but I don't have a jira account, and I see that it's closed for signups due to spam. I wrote here because I was unable to find a private contact for solr (as suggested in https://infra.apache.org/jira-g

Re: Dense Vector Search fieldType default parameters result in index error

2022-12-13 Thread Alessandro Benedetti
Hi Alastair, That's definitely not intended and we'll fix it as soon as possible (it will be available in the next release). Feel free to create a Jira issue on the Apache Solr project with this details (and I'll be able to link it in the Pull Request) Cheers On Wed, 14 Dec 2022, 04:22 Alastair

Re: Solr 8.8.2 solr cloud Timeout error

2022-12-13 Thread Shawn Heisey
On 12/13/22 15:19, Boyanapalli, Shanti wrote: We have recently implemented Solrcloud for our Sitecore instance. We have 5 solr nodes . 2 of our solr nodes[ each have one replication only ] , are not showing correct results. We see the below error repeated for the replications with the issue. C

Solr 8.8.2 solr cloud Timeout error

2022-12-13 Thread Boyanapalli, Shanti
Hi We have recently implemented Solrcloud for our Sitecore instance. We have 5 solr nodes . 2 of our solr nodes[ each have one replication only ] , are not showing correct results. We see the below error repeated for the replications with the issue. Can you help us figure out if there is a known

Re: Slowness in Solr Optimize

2022-12-13 Thread David Hastings
Interesting, actually one method I used was to use Memcached to get the next page of results stored in the web servers memory, worked pretty slick if you had enough memory On Tue, Dec 13, 2022 at 3:01 PM Walter Underwood wrote: > Sticky sessions only help for later pages. They don’t direct new q

Re: Slowness in Solr Optimize

2022-12-13 Thread Walter Underwood
Sticky sessions only help for later pages. They don’t direct new queries to servers that already have that query cached. That is a bigger win than second pages. I’ve thought about making a hash of the query-meaningful params (q, bq, …) and routing based on that, but that has other problems. Whe

Re: spatial search by zipcode

2022-12-13 Thread Markus Jelsma
Hello, Here's information on how to filter based on geographical distance: https://solr.apache.org/guide/solr/latest/query-guide/spatial-search.html Regards, Markus Op di 13 dec. 2022 om 20:34 schreef Matthew Castrigno : > Thank you Dmitri. > > I am thinking I can use this information with the

Re: spatial search by zipcode

2022-12-13 Thread Matthew Castrigno
Thank you Dmitri. I am thinking I can use this information with the geodist() function query but strangely enough the geodist() function is not listed in the documentation on the Function queries page. https://solr.apache.org/guide/solr/latest/query-guide/function-queries.html Where can I find

Re: Slowness in Solr Optimize

2022-12-13 Thread David Hastings
Ah, that makes sense. If you can do sticky sessions and such with your balancers, plus I never had to deal with the throughput of something like Netflix, so for mine and most use cases, I still feel one very hot server is better than N warm ones. "but AWS load balancers aren’t very smart." - agre

Re: spatial search by zipcode

2022-12-13 Thread dmitri maziuk
On 2022-12-13 12:31 PM, Matthew Castrigno wrote: Is there an established method to do spatial search by zipcode where zipcode is provided as a parameter? https://www.unitedstateszipcodes.org/zip-code-database/coordinates/ (Because I very recently looked at spatial searches in our index and t

Dense Vector Search fieldType default parameters result in index error

2022-12-13 Thread Alastair Porter
Hi there, I'm using solr 9.1 to implement dense vector search using the documentation at https://solr.apache.org/guide/solr/latest/query-guide/dense-vector-search.html According to the guide, a valid fieldType configuration is: Using the schema API, I added the following configuration: $ grep k

Re: Slowness in Solr Optimize

2022-12-13 Thread Walter Underwood
I’ve always run load balancers, starting with Solr 1.2 at Netflix. Failover (cold) spares have cold caches, so have slow performance until the cache fills. I configure N+1 capacity, where N servers can handle the expected load, then we add one for failure handling. All the spares are hot. I eve

spatial search by zipcode

2022-12-13 Thread Matthew Castrigno
Is there an established method to do spatial search by zipcode where zipcode is provided as a parameter? Thank you. -- "This message is intended for the use of the person or entity to which it is addressed and may contain infor

Re: Slowness in Solr Optimize

2022-12-13 Thread Dave
Sounds like you should contact aws about it since it’s not a solr issue if the qtimes haven’t increased in the solr logs. And again, don’t load balance but that’s my personal opinion > On Dec 13, 2022, at 6:50 AM, Pradeep wrote: > > Hi, > > I cant change it to NLB at this moment, firstly w

Re: Slowness in Solr Optimize

2022-12-13 Thread Dave
Ha I meant qtimes not atone. Also in general you shouldn’t use a load balancer with solr, since you won’t be able to keep the index hot and n memory for each subsequent query if you are paging through results. The best way in my experience is to have failovers for your nodes, instead of load ba

Re: Slowness in Solr Optimize

2022-12-13 Thread Pradeep
Hi, I cant change it to NLB at this moment, firstly why timeout we need to understand no clue at this moment. It works fine if i increase timeout from 60 secs to 4000 secs. Its same code working in classic load balancer but with ALB we have this issue. Thanks, Pradeep On Tue, 13 Dec, 2022, 11:0

Re: Slowness in Solr Optimize

2022-12-13 Thread Deepak Goel
Can you try 'Network Load Balancer" in aws? Deepak "The greatness of a nation can be judged by the way its animals are treated - Mahatma Gandhi" +91 73500 12833 deic...@gmail.com Facebook: https://www.facebook.com/deicool LinkedIn: www.linkedin.com/in/deicool "Plant a Tree, Go Green" Make In

Re: 8.11.2 Performance degradation

2022-12-13 Thread Richard Goodman
Hi Alessandro, Apologies for the delays. Yes, that's correct the performance degradation still persisted, and metrics seemed very similar to the parallel 8.11.2 cluster that was using http2. Appreciate that this is going to be difficult to decipher what causes the degradation. But for extra infor