Re: Using QT param with /select

2020-03-10 Thread Atita Arora
Hi, Thanks for looping back in. We use Master-Slave! I resolved this one with handleSelect=true , removing /select handler from config and created another requesthandler (with a different name - other than select) and marking that as default="true". Now all the requests with qt param are handled

Re: Using QT param with /select

2020-03-10 Thread Mikhail Khludnev
Hello, Atita. My question here is that on Solr 6.2.6 to enable using 'qt' param I need to > do handleSelect=false Can you elaborate on that? What exactly happens? Also, please clarify whether you use SolrCloud or standalone? On Mon, Mar 2, 2020 at 7:37 PM Atita Arora wrote: > Hi, > > I am

Using QT param with /select

2020-03-02 Thread Atita Arora
Hi, I am working on improving the search app which is using 'qt' param heavily to redirect requests to different handlers based on the parameters as provided by the user. Also for A B testing of different configurations, we have used qt param to send request to different handlers. My question