我試圖重新索引思維獅身人面像和我被困在此錯誤:source 'user_core_0': expected attr type ('uint' or 'timestamp' or 'bigint') in sql_attr_multi, got 'string zip_city from field' 我不知道還有什麼我有改變。 ThinkingSphinx::Index.define :user
所以我使用思維獅身人面像來處理搜索我的用戶數據庫。 我有出生日期在我的數據庫和年齡在我的用戶模型中定義與這個輔助課程的#1(禮貌:) def age
(Time.now.to_s(:number).to_i - dateofbirth.to_time.to_s(:number).to_i)/10e9.to_i
end
但我無法弄清楚如何我可以索引的用戶的年齡。我繼承人如何User.