Re: configuring suggester with api

2020-03-12 Thread Manoj Sonawane
according to docs at lucene.apache.org/solr/guide/8_4/suggester.html# that parameter is optional ( i am supplying it as url param). I guess i have a problem with JSON payload to create suggester, but in that case api should error out. O

Re: configuring suggester with api

2020-03-12 Thread Audrey Lorberfeld - audrey.lorberf...@ibm.com
Hi Manoj, In the handler, I think you are missing the suggest.dictionary parameter, which should be set to the name of your suggestion component. In this case, I believe it would should be set to "titleSuggester." In this sample URL from the documentation, they have a suggest.dictionary field,

configuring suggester with api

2020-03-12 Thread Manoj Sonawane
Hello, I am trying to learn solr config api and having problem creating suggester. Any pointers will be appriciated suggester has been setup with curl -X POST -H 'Content-type:application/json' --data-binary '{ "add-searchcomponent": { "class": "solr.SuggestComponent", "name": "titleSuggeste

configuring suggester with api

2020-03-12 Thread Manoj Sonawane
Hello, I am trying to learn solr config api and having problem creating suggester. Any pointers will be appriciated suggester has been setup with curl -X POST -H 'Content-type:application/json' --data-binary '{ "add-searchcomponent": { "class": "solr.SuggestComponent", "name": "titleSuggeste