Sha256: 739185dbdb605bd689cc93851b1ec6456046ba37b305ba8f78835872c971d24b

Contents?: true

Size: 137 Bytes

Versions: 17

Compression:

Stored size: 137 Bytes

Contents

module ThinkingSphinx::Core::Property
  def facet?
    options[:facet]
  end

  def multi?
    false
  end

  def type
    nil
  end
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
thinking-sphinx-3.4.2 lib/thinking_sphinx/core/property.rb
thinking-sphinx-3.4.1 lib/thinking_sphinx/core/property.rb
thinking-sphinx-3.4.0 lib/thinking_sphinx/core/property.rb
thinking-sphinx-3.3.0 lib/thinking_sphinx/core/property.rb
thinking-sphinx-3.2.0 lib/thinking_sphinx/core/property.rb
thinking-sphinx-3.1.4 lib/thinking_sphinx/core/property.rb
thinking-sphinx-3.1.3 lib/thinking_sphinx/core/property.rb
thinking-sphinx-3.1.2 lib/thinking_sphinx/core/property.rb
thinking-sphinx-3.1.1 lib/thinking_sphinx/core/property.rb
thinking-sphinx-3.1.0 lib/thinking_sphinx/core/property.rb
thinking-sphinx-3.0.6 lib/thinking_sphinx/core/property.rb
thinking-sphinx-3.0.5 lib/thinking_sphinx/core/property.rb
thinking-sphinx-3.0.4 lib/thinking_sphinx/core/property.rb
thinking-sphinx-3.0.3 lib/thinking_sphinx/core/property.rb
thinking-sphinx-3.0.2 lib/thinking_sphinx/core/property.rb
thinking-sphinx-3.0.1 lib/thinking_sphinx/core/property.rb
thinking-sphinx-3.0.0 lib/thinking_sphinx/core/property.rb