I have <person> elements scattered through our document set. Each document may have 
many <person> elements of the same person.

Like <person>Micky Mouse</person>

I want the facet count of the entire name, "Micky Mouse", not "Micky" and 
"Mouse".

How can I tell tell SOLR to facet on the entire element?

I tried facet.contains=. and did not get the desired results.

thanks,

Scott


Reply via email to