Hi list: I am trying to understand facets. I have read the wiki pages. Am I correct to say
- A facet field must be defined xxx_facet? - If I have the following data under xxx_facet i.e monitor, tv, plasma tv, lcd tv .. will the facets will be (Thinking about the wiki example) <response> .... <lst name="facet_counts"> <lst name="facet_queries"/> <lst name="facet_fields"> <lst name="cat"> <int name="tv">1</int> <int name="plasma tv">1</int> <int name="lcd tv">1</int> </lst> .... </response> or will it be <int name="tv">3</int>. I am trying to understand how facets gets counted i.e how the term "tv" in the example is being treated? How can I treat "Plasma TV" as a category? Regards