0

I have a thinking-sphinx app and oddly enough the files in /db/sphinx/development/ have not been initialized.

I have a separate app where they HAVE been, but I am not sure why. I don't recall doing anything different.

Does anyone know how to create these files or if they are app specific?

Vasseurth
  • 6,354
  • 12
  • 53
  • 81

1 Answers1

0

The directory db/sphinx/development usually contains the sphinx index on your development machine, if you have built it. You can do this in ThinkingSphinx by creating your configuration file with rake ts:conf, afterwards you can generate the Sphinx index with rake ts:index. Sphinx need to be installed correctly on your machine, of course.

0x4a6f4672
  • 27,297
  • 17
  • 103
  • 140