Thanks Chris. DUMB of me not to have noticed.

Chris Hostetter wrote:
> 
> 
> : <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
> 
> 
> 

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

Reply via email to