class ThinkingSphinx::ActiveRecord::Field
Public Instance Methods
file?()
click to toggle source
# File lib/thinking_sphinx/active_record/field.rb, line 5 def file? options[:file] end
with_attribute?()
click to toggle source
# File lib/thinking_sphinx/active_record/field.rb, line 9 def with_attribute? options[:sortable] || options[:facet] end
wordcount?()
click to toggle source
# File lib/thinking_sphinx/active_record/field.rb, line 13 def wordcount? options[:wordcount] end