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