From where can I access archives of this group (users@solr.apache.org)

2022-12-27 Thread Somnath Kumar
Hello, Can someone point me to the archives of this group ( users@solr.apache.org). Thanks, Som

Re: From where can I access archives of this group (users@solr.apache.org)

2022-12-27 Thread Somnath Kumar
Got it - I guess here: https://lists.apache.org/list?users@solr.apache.org:lte=1M: Thank you. On Tue, Dec 27, 2022 at 10:15 AM Somnath Kumar wrote: > Hello, Can someone point me to the archives of this group ( > users@solr.apache.org). > > Thanks, > > Som >

Multiple cores

2022-12-27 Thread Mike
Hello! I have a Solr server with multiple cores with the same schema. For some queries I want to query several cores at the same time. I looked at the options and tried to configure what didn't work and that's how I ended up here. How can I query on query A -> Core1 and at query B .-> Core1 and C

Re: Multiple cores

2022-12-27 Thread Shawn Heisey
On 12/27/22 18:40, Mike wrote: I have a Solr server with multiple cores with the same schema. For some queries I want to query several cores at the same time. I looked at the options and tried to configure what didn't work and that's how I ended up here. How can I query on query A -> Core1 and a

Re: Multiple cores

2022-12-27 Thread Mike
Hello Shawn! Thank you for your quick response! The server is not in cloud mode, it is a standalone server. I don't understand where to put the query line, in the URL, with what query parameter (?=) ? Do I have to change something in solr.xml or solrconfig? Thanks mike Am Mi., 28. Dez. 2022 um

Re: Multiple cores

2022-12-27 Thread Shawn Heisey
On 12/27/22 19:50, Mike wrote: The server is not in cloud mode, it is a standalone server. I don't understand where to put the query line, in the URL, with what query parameter (?=) ? Do I have to change something in solr.xml or solrconfig? If you put it in the URL: &shards=server:port/solr/c

Re: Multiple cores

2022-12-27 Thread Mike
I get a 401 require authentication error when I query with &shards= Do you or anyone else have any idea why? Am Mi., 28. Dez. 2022 um 04:10 Uhr schrieb Shawn Heisey : > On 12/27/22 19:50, Mike wrote: > > The server is not in cloud mode, it is a standalone server. > > I don't understand where to

Re: Multiple cores

2022-12-27 Thread Srijan
https://issues.apache.org/jira/plugins/servlet/mobile#issue/SOLR-15237/comment/17626195 Same issue? On Tue, Dec 27, 2022, 19:59 Mike wrote: > I get a 401 require authentication error when I query with &shards= > > Do you or anyone else have any idea why? > > Am Mi., 28. Dez. 2022 um 04:10 Uhr s

Re: Multiple cores

2022-12-27 Thread Mike
Yes, it should be the same, it works without basic authentication. Thank you Am Mi., 28. Dez. 2022 um 05:48 Uhr schrieb Srijan : > > https://issues.apache.org/jira/plugins/servlet/mobile#issue/SOLR-15237/comment/17626195 > > Same issue? > > On Tue, Dec 27, 2022, 19:59 Mike wrote: > > > I get a