Re: SQL Request Handler

2023-08-11 Thread Kojo
Hi, I managed to get the SQL Request Handler to work in my quick and dirty Docker Solr Cloud setup. You are amazing! Thanks again! Em sex., 11 de ago. de 2023 às 10:20, Kojo escreveu: > > I have set up a local Solr 9.3.0 and ZooKeeper in containers, and > everything is running

Re: SQL Request Handler

2023-08-11 Thread Kojo
gt;> I will try later and post the result here. > > > >> bin/solr start -e techproducts -Dsolr.modules=sql > > > >> > > > >> > > > >> Thanks! > > > >> > > > >> > > > >> > > > >>

Re: SQL Request Handler

2023-08-10 Thread Kojo
t; >> > > >> Em qui., 10 de ago. de 2023 às 09:40, Eric Pugh < > > ep...@opensourceconnections.com> escreveu: > > >>> > > >>> You need to enable the sql module. I suspect you won’t be the first > > person with this email now that we have

Re: SQL Request Handler

2023-08-10 Thread Houston Putman
gt; bin/solr start -e techproducts -Dsolr.modules=sql > >>> > >>> > >>> > >>> > >>> On Aug 10, 2023, at 8:36 AM, Kojo wrote: > >>> > >>> Hi, > >>> I'm trying to get the SQL query requestHandler up and running

Re: SQL Request Handler

2023-08-10 Thread Kojo
n cloud mode with ZooKeeper. >>> >>> I went through the Solr documentation, but I'm hitting a roadblock with >>> just that. Do you know any other sources that might help? I've already >>> checked out the official Solr documentation here: >>&

Re: SQL Request Handler

2023-08-10 Thread Kojo
's what I've tried so far, but sadly, no luck: >> >> - Tried a query on the admin page. >> - Attempted to connect via sqlalchemy-solr. >> - Gave a shot at sending a request to the _sql/ endpoint. >> >> On the config side of things: >> >> - Initi

Re: SQL Request Handler

2023-08-10 Thread Kojo
to the _sql/ endpoint. > > On the config side of things: > > - Initially, I thought I could get away with no extra config, as per Solr's > docs. Supposedly, the /sql request handler should already be good to go in > a regular Solr installation. > > - Then I got a bit fancy a

Re: SQL Request Handler

2023-08-10 Thread Eric Pugh
; > Here's what I've tried so far, but sadly, no luck: > > - Tried a query on the admin page. > - Attempted to connect via sqlalchemy-solr. > - Gave a shot at sending a request to the _sql/ endpoint. > > On the config side of things: > > - Initially, I thought I coul

SQL Request Handler

2023-08-10 Thread Kojo
sending a request to the _sql/ endpoint. On the config side of things: - Initially, I thought I could get away with no extra config, as per Solr's docs. Supposedly, the /sql request handler should already be good to go in a regular Solr installation. - Then I got a bit fancy and added the r