Module: ThinkingSphinx::Core::Property

Included in:
ActiveRecord::Property, RealTime::Property
Defined in:
lib/thinking_sphinx/core/property.rb

Instance Method Summary collapse

Instance Method Details

#facet?Boolean

Returns:

  • (Boolean)


4
5
6
# File 'lib/thinking_sphinx/core/property.rb', line 4

def facet?
  options[:facet]
end

#multi?Boolean

Returns:

  • (Boolean)


8
9
10
# File 'lib/thinking_sphinx/core/property.rb', line 8

def multi?
  false
end

#typeObject



12
13
14
# File 'lib/thinking_sphinx/core/property.rb', line 12

def type
  nil
end