Sha256: 97a9959d6de67c09c84a7cd9029270cc855bb02eb065c3898e2f596d4f1f67e5
Contents?: true
Size: 285 Bytes
Versions: 10
Compression:
Stored size: 285 Bytes
Contents
module Sunspot module Query #:nodoc: # This DSL represents only fields that would come out of the results of the search type. class FieldList def initialize(list) @list = list end def to_params { :fl => @list } end end end end
Version data entries
10 entries across 10 versions & 2 rubygems