ripaclub / zf2-sphinxsearch-tool

An utility that provides a set of tools to create and handle Sphinx Search configs and sources
BSD 3-Clause "New" or "Revised" License
3 stars 1 forks source link

Override sphinx config action #32

Closed theboolean closed 9 years ago

theboolean commented 9 years ago

Add an action that:

  1. Asks you if you want to override the old sphinx configuration file used by searchd service.
  2. Asks you if you want to restart searchd service.
  3. Asks you if you want to rotate the indexes.
leodido commented 9 years ago

Hi, replies inline.

  1. Currently this is not possible, because tool is deliberately stateless (and so it does not store output path).
  2. Thinking about it I realized that managing services is not a responsibility suitable for this tool. There are many reasons behind this decision (e.g., service management have to be made to a lower level).
  3. See 2.