1. Did you re-index after changing the field type? Changes would not reflect until you do this. 2. This is highly unlikely, but please make sure that you have <fieldType> called "text" defined in your schema.xml
Cheers Avlesh On Wed, Jul 15, 2009 at 6:00 PM, Jörg Agatz <joerg.ag...@googlemail.com>wrote: > yes, thats right... > > i have use in al Time > > "string" So i dont change something, without the field > like this: > > <field name="DOCUMENTTYPE_SPEC_CTC" type="string" indexed="true" > stored="true" omitNorms="true" /> > > now i test what you say... > > <field name="DOCUMENTTYPE_SPEC_CTC" type="text" indexed="true" > stored="true" > omitNorms="true" /> > > And i become a Error >