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
gt;> I will try later and post the result here.
> > > >> bin/solr start -e techproducts -Dsolr.modules=sql
> > > >>
> > > >>
> > > >> Thanks!
> > > >>
> > > >>
> > > >>
> > > >>
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
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
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:
>>&
'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
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
;
> 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
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