mix giza.sphinx.index (giza_sphinxsearch v1.0.7)
Mix shortcut to running the Sphinx Indexer to build an index against the data source.
Options:
Called without argument, indexer will run all indexes. If you want to re-run the indexes while searchd is running, use rotate as a first option and you will seamlessly rotate the new indexes in.
You can also append options that will override all and index only specific indexes.
Example
> mix giza.sphinx.index rotate
> mix giza.sphinx.index rotate blog_posts blog_authors
> mix giza.sphinx.index blog_posts
Link to this section Summary
Functions
Callback implementation for Mix.Task.run/1
.
Link to this section Functions
Link to this function
run(indices)
Callback implementation for Mix.Task.run/1
.