Hi,
 
I have defined a Search Component in solrconfig.xml containing two
entries for spellchecker. 
One is the indexed field - "title" . Second is a text file -
"mywords.txt".
 
When I enable spellchecking and query for some word, I expect that the
spelling suggestions will come from both the dictionaries. But my
observation is that the suggestions come from the indexed field only if
some exist otherwise I do not get any suggestions. 
If I explicitly add spellcheck.dictionary=file to get suggestion from
text file then I get suggestions from the file but in that case I do not
get suggestions from the indexed field. 
 
How can I get spelling suggestions from both dictionaries.
 
Thanks,
Mukta
 

Reply via email to