Hi,
I have build spellcheck dictionary based on name field.
It works like a charm but I'd like to limit the returned suggestion.
For example we have following sturcutre

id      name       type
1        Berlin      city
2        bergan    phony


So when I search for  suggested words of "ber" I would get both Berlin
and bergan      but I somehow want to limit to only those of type city.
I tried with fq=type:city             but this didn't help either.

Any pointers are more than welcome.  The other approeach would be makind
different spellcheck dictionaries based on type and just use the
specific dictionary but then again....I didn't see option howto build
dictionary based on type.

Thanks.

Reply via email to