You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@solr.apache.org by Mike <mz...@gmail.com> on 2023/02/09 17:08:57 UTC

Suggester configuration? (Solr 8.11.2)

Hello!

I'm doing something wrong when configuring the suggester,
it didn't work for me with 9 and now also with Solr 8.11.2:

{
"servlet":"default",
"message":"Not Found",
"url":"/solr/core01/suggest",
"status":"404"
}

This is my fresh solrconfig.xml file:
https://paste.debian.net/1270165/

I did it as described in this documentation:
https://solr.apache.org/guide/8_11/suggester.html


Can anyone tell me what I'm doing wrong?

Thank you!

Mike