Yonik Seeley wrote:
1) facet on single-valued strings if you can
2) if you can't do (1) then enlarge the fieldcache so that the number
of filters (one per possible term in the field you are filtering on)
can fit.
I wll try this out.
3) facet counts are limited to the results of the query, filtered by
any filters. Is there a reason you think they are not?
No, you are right. I was thrown off at 1st.
On complaint about the faceting though: Why is the element that is
returned called "1st". This seems like a poor choice for an element
name. Why not just name the element what is in the "name" attribute?
It would make parsing much easier!
Thanks!
Andrew