This DSL represents only fields that would come out of the results of the search type.
# File lib/sunspot/query/field_list.rb, line 10 def to_params { :fl => @list } end
# File lib/sunspot/query/field_list.rb, line 6 def initialize(list) @list = list end