Yonik Seeley wrote:

  <field name="id" type="integer" indexed="true" stored="true"
required="true" />
  <field name="name" type="text" indexed="true" stored="true"/>
  <field name="description" type="string" indexed="true" stored="true"/>

There is your issue:  type "string" indexes the whole field value as a
single token.
You want type "text" like you have on the name field.

yep, i noticed that right after i hit send.  things are working now.

sorry, i did say i was a newbie!

-jsd-


Reply via email to