Hello, Can someone point me to the archives of this group (
users@solr.apache.org).
Thanks,
Som
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
>
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
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
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
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
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
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
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