Skip to content

Commit

Permalink
Make it clearer that you should not create the collection yourself, for
Browse files Browse the repository at this point in the history
  • Loading branch information
wetneb committed Nov 19, 2019
1 parent 3134102 commit 47849d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/indexing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,13 @@ provided to index people, organizations and places at

Of course the comments in the sample above should not be included: the raw JSON file can be found `here <https://raw.githubusercontent.com/wetneb/opentapioca/master/profiles/human_organization_location.json>`_.

Pick a Solr collection name and run:
Pick a Solr collection name (without creating the collection in advance) and run:

::

tapioca index-dump my_collection_name latest-all.json.bz2 --profile profiles/human_organization_place.json

Tapioca will create the collection for you, using the appropriate configuration.
Note that if you have multiple cores available, you might want to run
decompression as a separate process, given that it is generally the
bottleneck:
Expand Down

0 comments on commit 47849d6

Please sign in to comment.