Monday, April 11, 2011

Running Thinking Sphinx in two applications under passenger

I have two different rails applications running thinking_shpinx, and one seems to not be using the correct index.

I tried setting the port in the sphinx.yml but it seems to not have any effect.

From stackoverflow
  • Needed to kill searchd and clear the pids in /log

  • Matthew, had you set port in sphinx.yml on a per-environment basis?

    ie:

    development:
      port: 3312
    test:
      port: 3313
    production:
      port: 3312
    

0 comments:

Post a Comment