How does this work exactly? Are the results grouped by the time
segments i.e. last_hour or last week? So if I am doing the following,
how can I extract what records belong in last_hour segement and what
belong in last_week? or do I need to use a grouping_by functionality?

m = ThinkingSphinx.search(:geo => ll, :with => {"@geodist" => 0.00..
(40 * 1609.344)}, :latitude_attr => :lat, :longitude_attr
=> :lng, :sort_by =>:created_at, :sort_mode => :time_segments)

-- 
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