# File lib/thinking_sphinx/search/query.rb, line 7 def initialize(keywords = '', conditions = {}, star = false) @keywords, @conditions, @star = keywords, conditions, star end