Join and Sort between 2 collections in Solr 8.9.0 cloud mode

2023-08-07 Thread Vishal Patel
We are using Solr 8.9.0. We have configured Solr cloud like 2 shards and each shard has one replica. We have used 5 zoo keepers for Solr cloud. We have created 2 collections 1) forms 2) actionscomments Schema field of forms other fields ... Schema field of actionscomments other fields

Re: Apache SOLR from Version 8.6.0 - Joining between Multiple Collections and Multiple Shards in each collection

2023-08-07 Thread Mikhail Khludnev
Hello, John. This exception occurs in the caller side: a node executing join requests streaming expor from another node. The root cause of the problem might be found in the callee node logs. On Tue, Aug 8, 2023 at 8:48 AM John Jackson wrote: > Please consider SOLR version greater than 8.6.0 for

Apache SOLR from Version 8.6.0 - Joining between Multiple Collections and Multiple Shards in each collection

2023-08-07 Thread John Jackson
Please consider SOLR version greater than 8.6.0 for this query. There are many questions regarding this issue but all are before version 8.6.0 and at that time SOLR was not supporting Join between multiple shards and multiple collection. Now ref

Re: knn parser not working as expected

2023-08-07 Thread Joel Bernstein
Oh wait, I just saw your post above with the config. I suspect it's the hardcoded defType that is causing this problem. Try testing with this removed to confirm. Joel Bernstein http://joelsolr.blogspot.com/ On Mon, Aug 7, 2023 at 8:32 PM Joel Bernstein wrote: > So, the knn query is being parse

Re: knn parser not working as expected

2023-08-07 Thread Joel Bernstein
So, the knn query is being parsed into an edismax query in the attached debug output. So something is definitely not working as expected. In your solrconfig.xml do you have a hardcoded qparser for the request handler? Joel Bernstein http://joelsolr.blogspot.com/ On Fri, Aug 4, 2023 at 12:09 PM g

Re: Can we restore an existing Solr cloud cluster in a new zookeeper ensemble?

2023-08-07 Thread Shawn Heisey
On 8/7/23 14:52, Shamik Bandopadhyay wrote: We are running a Solr Cloud infrastructure in our DEV environment with 4 Solr (nodes) and 3 zookeeper instances. Due to some terraform script issues, all three zookeeper instances were terminated. Once we restored them, the data (version-2 inside the

Can we restore an existing Solr cloud cluster in a new zookeeper ensemble?

2023-08-07 Thread Shamik Bandopadhyay
Hi, We are running a Solr Cloud infrastructure in our DEV environment with 4 Solr (nodes) and 3 zookeeper instances. Due to some terraform script issues, all three zookeeper instances were terminated. Once we restored them, the data (version-2 inside the data folder) was gone. Unfortunately, we

Re: Delete field in schema in Solr 8.9.0

2023-08-07 Thread Shawn Heisey
On 8/7/23 08:28, Vishal Patel wrote: We are using Solr 8.9.0. We have configured Solr cloud like 2 shards and each shard has one replica. We have used 5 zoo keepers for Solr cloud. We want to remove one schema field with their data from one collection. After removing field from schema, whole co

Re: FOLLOW-UP: Exploring SOLR (Some Questions on Text Search Features)

2023-08-07 Thread Mikhail Khludnev
Hello, Rhoden. TLDR - No. Longer version. minus and must_not - goes for free, check the guide. However, in solr they are too restrictive, they literally subtract unwanted term from result. If you wish to bury some term it should go like (+foo +bar)^10 OR (+foo -bar) or just +foo^100 bar^0.001 http

Delete field in schema in Solr 8.9.0

2023-08-07 Thread Vishal Patel
Hello We are using Solr 8.9.0. We have configured Solr cloud like 2 shards and each shard has one replica. We have used 5 zoo keepers for Solr cloud. We want to remove one schema field with their data from one collection. After removing field from schema, whole collection index is required or n