| Class | ThinkingSphinx::ActiveRecord::Attribute::SphinxPresenter |
| In: |
lib/thinking_sphinx/active_record/attribute/sphinx_presenter.rb
|
| Parent: | Object |
frozen_string_literal: true
| SPHINX_TYPES | = | { :integer => :uint, :boolean => :bool, :timestamp => :timestamp, :float => :float, :string => :string, :bigint => :bigint, :ordinal => :str2ordinal, :wordcount => :str2wordcount, :json => :json |