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