Re: Searching multiple collections and the ignored qt parameter

2023-02-14 Thread Mikhail Khludnev
Hello, David. The issue is not clear to me. I can see that qt is still in extensive use in codebase https://github.com/apache/solr/search?q=qt&type=code XML snipped a little bit puzzling to me. Pls check comment below handler c2,c3,c4 // <- never saw like this, I suppose it should be wra

PROD Solr errors

2023-02-14 Thread HariBabu kuruva
Hi All, We are receiving below errors when the manual indexing is initialized for one of the stores, and its working fine for all other stores. The certs are updated and in place. *Architecture*: 10 solr nodes and 5 zookeepers. 60 GB Ram and 4 cpu for all 10 nodes. ~48 GB Heap is assigned. *

Re: PROD Solr errors

2023-02-14 Thread Markus Jelsma
Hello Hari, One or more Solr servers was down when sending your data. The broken pipe messages indicate the same, it happens when connections are broken. Find out which servers went offline/unavailable, and see what they wrote in their logs. Regards, Markus Op di 14 feb. 2023 om 13:00 schreef H

Solr Development

2023-02-14 Thread Aditya Sawant
Hi, I wanted to know whether solr is built using spring framework or servlet. Basically we are trying to deploy solr as a war file in oracle weblogic. We have to configure multipart config in the web.xml. Please update us. Thank you, Aditya Sawant.

Facing problem with deeply nested JSON file

2023-02-14 Thread Keshav Melnad
Hi All, I am trying to index a deeply nested JSON file. Even though I did index it, I am having the following problems: 1. When I query, the response includes the whole parent document. I only want the child document. And I also want all child documents which have the query match. 2. I need to hig

Re: Solr Development

2023-02-14 Thread Markus Jelsma
Hello Aditya, Solr as a WAR was a long time ago [1]. These days you need to treat it a just another server program. Regards, Markus [1] https://cwiki.apache.org/confluence/display/solr/WhyNoWar Op di 14 feb. 2023 om 13:14 schreef Aditya Sawant : > Hi, > > I wanted to know whether solr is built

Re: Searching multiple collections and the ignored qt parameter

2023-02-14 Thread David Santamauro
Yes, sorry, I abbreviated the configuration. It is actually Collection 1 (c1) c2 a false … but I figured it out. I have handleSelect=”true” but I forgot to comment out the /select handler definition in the new configs. Because of that, qt was ignored. Thanks

Re: Searching multiple collections and the ignored qt parameter

2023-02-14 Thread Jan Høydahl
I believe handleSelect=”true” has been deprecated for years, see https://solr.apache.org/guide/solr/latest/configuration-guide/requestdispatcher.html#handleselect-element. I don't know if/when support will be removed, but it is wise to try to architect your use of Solr to not rely on handleSelect

Re: Searching multiple collections and the ignored qt parameter

2023-02-14 Thread David Santamauro
That was basically my initial question: Is there replacement or comparable functionality for handleSelect + qt? Thanks From: Jan Høydahl Date: Tuesday, February 14, 2023 at 11:37 AM To: users@solr.apache.org Subject: Re: Searching multiple collections and the ignored qt parameter I believe han

Standalone Solo upgrade from 4.x to 8.x

2023-02-14 Thread Natarajan, Rajeswari
Hi, Would like to know if it is possible to upgrade standalone solr from 4.x to 8.x Is there a wiki available. Please let me know. Thanks, Rajeswari

Re: Standalone Solo upgrade from 4.x to 8.x

2023-02-14 Thread Jan Høydahl
It is possible, but I’d choose v9. Reference guide is your friend: https://solr.apache.org/guide/solr/latest/upgrade-notes/solr-upgrade-notes.html Jan Høydahl > 15. feb. 2023 kl. 04:03 skrev Natarajan, Rajeswari > : > > Hi, > > Would like to know if it is possible to upgrade standalone solr