When I index a field via a has_many relationship the facets that come out 
are a joined facet of all the values.  

In the index I have this

      indexes visits.visit_year, :type => :multi, :as => :visited, :facet 
=> true

but the facets that come through look like this instead of individual 
values for each year

1996 1997 1998 2004 2009 2012 (1)
2001 (4)
1999 2009 2010 (1)
1992 2001 2003 2004 2011 2012 2013 2014 2015 (1)

This is a database of historical sites and the has_many for visits are the 
years we surveyed them. 

details:
ruby 2.2
rails 4.2
thinking_sphing: 3.1.4

Thank you.

-- 
You received this message because you are subscribed to the Google Groups 
"Thinking Sphinx" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/thinking-sphinx.
For more options, visit https://groups.google.com/d/optout.

Reply via email to