Re:Solr 8.11 join and crossCollection join about q.op

2022-10-20 Thread Changcheng Shao
Hi,Solr team About the join and crossCollection query, I open the debugQuery, and the query, log and result is: 1. crossCollection Join query: http://localhost:8983/solr/advertising/select?indent=true&q.op=AND&q=%7B!join%20method%3D%27crossCollection%27%20fromIndex%3Dcompany%20from%3Did%20to%

Some questions about Solr NOT query

2023-01-06 Thread Changcheng Shao
Hi, Solr team I am using Solr 8.11, and I want to ask some questions about NOT query. My original query is: network_id:379619 AND (object_type:("ssp_deal" OR "ssp_buyer_group" OR "ssp_buyer")) AND (network_id:("379619")) AND (*:* NOT user_id: 0) And I opened the debugQuery, the log is: "rawq

About Query for sharding core

2023-02-15 Thread Changcheng Shao
Hi, Solr team I am using Solr 8.11, and I want to ask some questions about query for sharding core. Now I have two Solr cloud clusters, one has two shards for core, and the other has one shard. Cluster sadhocb has 3 Solr instances. The core is creative, and has 2 shards and 3 replications. The r