Skip to content

Commit

Permalink
Document document-count for parent-child
Browse files Browse the repository at this point in the history
Closes #155
  • Loading branch information
danielmitterdorfer committed Mar 10, 2017
1 parent 4c7e34a commit cc98f07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/track.rst
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Each type consists of the following properties:

* ``name`` (mandatory): Name of the type.
* ``mapping`` (mandatory): File name of the corresponding mapping file.
* ``documents`` (optional): File name of the corresponding documents that should be indexed. This file has to be compressed either as bz2, zip or tar.gz and must contain exactly one JSON file with the same name
* ``documents`` (optional): File name of the corresponding documents that should be indexed. If you are using parent-child, specify the number of parent documents. This file has to be compressed either as bz2, zip or tar.gz and must contain exactly one JSON file with the same name.
* ``document-count`` (optional): Number of documents in the documents file. This number will be used to verify that all documents have been indexed successfully.
* ``compressed-bytes`` (optional): The size in bytes of the compressed document file. This number is used to show users how much data will be downloaded by Rally and also to check whether the download is complete.
* ``uncompressed-bytes`` (optional): The size in bytes of the documents file after decompression.
Expand Down

0 comments on commit cc98f07

Please sign in to comment.