Yes, each spellchecker (or "dictionary") in your spellcheck search component
has a "field" parameter to specify the field to be used to generate the
dictionary index for that spellchecker:
<str name="field">spell</str>
See the Solr example solrconfig.xml and search for <lst
name="spellchecker">.
Also see:
http://wiki.apache.org/solr/SpellCheckComponent
-- Jack Krupansky
-----Original Message-----
From: Rohan Thakur
Sent: Thursday, February 21, 2013 2:34 AM
To: solr-user@lucene.apache.org
Subject: Is their a way in which I can make spell suggestion dictionary
build on specific fileds
hi all
I wanted to know is their a way in which I have select on which indexed
field I want to build the spell suggestions dictionary?
thanks
regards
Rohan