Re: classNotFound for sql handler

2024-07-23 Thread David Smiley
Users also need to read the release notes :-). (this is not an obscure thing being discussed) > On Mon, Jul 15, 2024 at 6:25 AM Eric Pugh > wrote: > > > > It would be nice if the exception that was raised had some sort of hint to > > what you need to do to fix it! I suspect we see this questio

Re: classNotFound for sql handler

2024-07-23 Thread David Smiley
Please also need to read release notes :-). (this is not an obscure thing being discussed) On Mon, Jul 15, 2024 at 6:25 AM Eric Pugh wrote: > > It would be nice if the exception that was raised had some sort of hint to > what you need to do to fix it! I suspect we see this question more and mo

Re: classNotFound for sql handler

2024-07-15 Thread Eric Pugh
It would be nice if the exception that was raised had some sort of hint to what you need to do to fix it! I suspect we see this question more and more as folks adopt the new modularized Solr! > On Jul 13, 2024, at 2:34 AM, Derrick Cui wrote: > > thanks Christos, > > it works > > On Fri, 1

Re: classNotFound for sql handler

2024-07-12 Thread Derrick Cui
thanks Christos, it works On Fri, 12 Jul 2024 at 11:27, Christos Malliaridis wrote: > Hi Derrick, > > a ClassNotFoundException is usually thrown if you haven't enabled the SQL > module for your collection / Solr. You can enable it by starting Solr with > the -Dsolr.modules=sql property or the e

Re: classNotFound for sql handler

2024-07-12 Thread Christos Malliaridis
Hi Derrick, a ClassNotFoundException is usually thrown if you haven't enabled the SQL module for your collection / Solr. You can enable it by starting Solr with the -Dsolr.modules=sql property or the environment variable SOLR_MODULES=sql. The documentation about Solr Modules

classNotFound for sql handler

2024-07-11 Thread Derrick Cui
Hi, I installed solr 9.6.1, I want to use the sql function, but the server throws a classNotFound error., anyone have an idea why this class is not in solr 9.6.1? Do I need to install a special jar? { "error": { "metadata": [ "error-class", "org.apache.solr.common.SolrException"