Hi Grant,

thanks for your help.

I have just one more question:

BTW, one workaround is to simply create an index from your file and then use the IndexBasedSpellChecker. Each line equals one document. You could even assign weights that way.
In the solrconfig.xml there is a line
<str name="field">field</str>
Can I use a field from a different index for that (and how)? Or does the workaround mean that I have to make two queries, one for getting the search results and one to get spell checking results?

Thanks,
Marcus

Reply via email to