I'm getting correct response when I searched for "jira" and when I searched for "jirx" I'm getting below response.
Is there anyway to fetch entire document in the solr response instead of just suggestion?
{
"responseHeader":{
"status":0,
"QTime":1,
"params":{
"q":"jirx",
"_":"1638684256357"}},
"response":{"numFound":0,"start":0,"docs":[]
},
"spellcheck":{
"suggestions":[
"jirx",{
"numFound":1,
"startOffset":0,
"endOffset":4,
"suggestion":["jira"]}]}}