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
2 3 4 |
# File 'lib/thinking_sphinx/core/property.rb', line 2 def facet? [:facet] end |
#multi? ⇒ Boolean
6 7 8 |
# File 'lib/thinking_sphinx/core/property.rb', line 6 def multi? false end |
#type ⇒ Object
10 11 12 |
# File 'lib/thinking_sphinx/core/property.rb', line 10 def type nil end |