Hi,
I am having issues with spell check and suggestions. I am using  one of the 
column data as source for the text  suggestions and handler is setup as  
DirectSolrSpellChecker in solrconfig.xml. Also defined copyField  for this data 
and using this as spell check source. I am on version 6.3.0

I want to show the row data  if the search word is found and if it misspelled 
would like
to get suggestions. Eg, If I am searching for all rows with word cholera, I am 
running
following query to get suggestions by sending search word as colera.
localhost://8983/solr/mycore/spell?spellcheck.q=colera&spellcheck=true

I am getting some suggestions but I am always getting  the results saying word 
is misspelled  with both of following  queries.
localhost://8983/solr/mycore/spell?spellcheck.q=colera&spellcheck=true
localhost://8983/solr/mycore/spell?spellcheck.q=cholera&spellcheck=true

I am not getting any errors, not  sure what I am missing.
Regards
Prasad

Reply via email to