: <fieldtype name="string" class="solr.StrField" sortMissingLast="true"
: omitNorms="true"/>
: <field name="child_catname" type="text" indexed="true" stored="true"/>

your "fhild_catname" isn't using "string" as it's field type -- it's using
"text" (which is most likely using TextField and being tokenized)





-Hoss

Reply via email to