그래서 Thinking Sphinx 및 heroku 애드온 Flying Sphinx을 사용하고 있습니다.치명적 : 구성 파일 '/mypath/config/development.sphinx.conf'에 인덱스가 없습니다.
는 그러나, 나는, 더 구체적으로, 나는 acts_as_taggable 보석과를 사용하고 내가 다른 SO 게시물의 무리를 읽었지만 아무도 내 문제를 해결 도움이되지 않은 아래의 오류
using config file '/mypath/config/development.sphinx.conf'...
FATAL: no indexes found in config file '/mypath/config/development.sphinx.conf'
을 받고있는 것으로 보인다 태그가 인덱싱되지 않지만 다른 모든 태그는 잘 인덱싱됩니다.
ThinkingSphinx::Index.define :clip, :with => :real_time do
# fields
indexes :name
indexes sort_name, :sortable => true
indexes description
indexes taggings.tag.name, :as => :tags
end
태그가 연결되어 있기 때문에 문제가되는 것 같습니다.
내가 뭘 잘못하고 있니?
감사합니다.