Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

Commit

Permalink
updating example in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jstoiko committed May 26, 2015
1 parent a1931f8 commit 28b9659
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/development_tools.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ Indexing in ElasticSearch

You can run it like so::

$ nefertari.index --config local.ini --models example_api.model.Story
$ nefertari.index --config local.ini --models Model

The available options are:

--config specify ini file to use (required)
--models list of models to index (e.g. User). Models must subclass ESBaseDocument.
--models list of models to index. Models must subclass ESBaseDocument.
--params URL-encoded parameters for each module
--quiet "quiet mode" (surpress output)
--index Specify name of index. E.g. the slug at the end of http://localhost:9200/example_api
Expand Down

0 comments on commit 28b9659

Please sign in to comment.