In addition to Bob's response: Am 15.06.2011 13:59, schrieb Omri Cohen: [...] > <field name="at_location" type="text" indexed="index" > stored="true" required="false" /> > <field name="at_country" type="text" indexed="index" > stored="true" required="false" /> > <field name="at_city" type="text" indexed="index" > stored="true" required="false" /> > <field name="at_state" type="text" indexed="index" > stored="true" required="false" />. 1. The value for "indexed" should either be "true" or "false", but not "index". 2. Why do you set all fields to be stored, when they are copied anyway?
Greetings, Kuli