Thanks Pat for adding facet support to TS, but I could not find too
much documentation on it aside from this mailing list. I've got it
working great for simple values, but is it possible to add facets for
more complex scenarios?

Take price ranges for one example. Let's say we have many products
with varying prices, and we would like to provide the option to filter
by price groups.

Price
  under $5 (20)
  $5 to $10 (8)
  $10 to $20 (13)
  $20 to $50 (54)
  more than $50 (3)

An even more complex scenario is that products have many reviews
(separate table), each with a 1-5 star rating. We would like to
average up the rating for each product and filter based on that.

Rating
  Not Rated (10)
  1 star (3)
  2 stars (8)
  3 stars (27)
  4 stars (48)
  5 stars (21)

Does the built in facets provide an easy way to do this kind of thing?
If not, do you recommend I bypass the current facets support and
implement my own way for doing this at a lower level?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Thinking Sphinx" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/thinking-sphinx?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to