# File lib/thinking_sphinx/active_record/field.rb, line 5 def file? options[:file] end
# File lib/thinking_sphinx/active_record/field.rb, line 9 def with_attribute? options[:sortable] || options[:facet] end
# File lib/thinking_sphinx/active_record/field.rb, line 13 def wordcount? options[:wordcount] end