I have a document which contains the following facet -
<str name="child_catname">Other - Programming</str>

When I get back the results, the output seems to show 
lst name="facet_fields">
        <lst name="child_catname">
<int name="other">1</int>
<int name="program">1</int>
</lst>

Is there any way to prevent "other" and "programming" from being returned as
tokens ?

The schema.xml defined this as a string -
<fieldtype name="string" class="solr.StrField" sortMissingLast="true"
omitNorms="true"/>
<field name="child_catname" type="text" indexed="true" stored="true"/>

Thanks.

-- 
View this message in context: 
http://www.nabble.com/Faceting-question...-tf3016974.html#a8378478
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to