On 1/15/23 21:56, Mike wrote:
When I call e.g. ../solr/core01/suggest?q=car
i get an an error from Solr:
Searching for Solr?
You must type the correct path.
Solr will respond.
That suggests (ok, bad joke) that the handler is not being created.
I put the config you mentioned in my Solr install, and I can use the
/suggest handler as you described without errors.
There is nothing in solr.log at startup that mentions suggest. I do see
the query being logged once I make the query.
Does solr.log contain any WARN or ERROR log messages that seem related?
Looking at other mail you have sent the list, I don't think you're in
cloud mode.
On the admin UI, if you select the core from the dropdown, then go to
Plugins/Stats, and then click QUERY, do you see the /suggest handler
defined there? If you don't, you may have put the config into
solrconfig.xml improperly.
Thanks,
Shawn