Hi, I'm trying to implement the suggester component in Solr, based off the tutorial:
https://lucene.apache.org/solr/guide/7_7/suggester.html#suggester-search-component-parameters I'm not getting any errors about how the suggester is set up or anything, but when I try to use it I get 0 results returned. Including images of the schema/config parts I added to my files, as shown to do in the tutorial, can someone take a look? Or does anyone have any suggestions based on prior experience or common problems? Also, I've got solr 7.6. There wasn't some change that would affect this just in that slight version change was there? I Thanks in advance. [cid:0e5daa48-57aa-439d-a227-8ad4d2249e18] [cid:f73bacaf-e3b4-4767-b42a-55d53678b623] Link used in search: http://localhost:8984/solr/nutch/suggest?suggest=true&suggest.build=true&suggest.dictionary=mySuggester&suggest.q=Canad (due to documents containing "Canada" as the intended word) Result: [cid:d8bec75d-1d45-4b5f-8dc7-3ffaf22ee7a7]