Make a common field with all of the text you want to index with a <copyField> directive:
http://wiki.apache.org/solr/FAQ#How_do_I_use_copyField_with_wildcards.3F On Wed, Jun 9, 2010 at 6:22 AM, Bogdan Gusiev <agre...@gmail.com> wrote: > Hi everyone, > > I am trying to build the spellcheck index with *IndexBasedSpellChecker* > > <lst name="spellchecker"> > <str name="name">default</str> > <str name="field">text</str> > <str name="spellcheckIndexDir">./spellchecker</str> > </lst> > > And I want to specify the dynamic field "*_text" as the field option: > > <dynamicField name="*_text" stored="false" type="text" > multiValued="true" indexed="true"> > > How it can be done? > > Thanks, Bogdan > > -- > Bogdan Gusiev. > agre...@gmail.com > -- Lance Norskog goks...@gmail.com