# File lib/thinking_sphinx/sphinxql.rb, line 4 def self.functions! self.weight = 'weight()' self.group_by = 'groupby()' self.count = 'count(*)' end
# File lib/thinking_sphinx/sphinxql.rb, line 10 def self.variables! self.weight = '@weight' self.group_by = '@groupby' self.count = '@count' end