Skip to content
This repository was archived by the owner on Feb 21, 2024. It is now read-only.

Commit 4a2ab77

Browse files
authored
Merge pull request #1789 from WaaX/patch-2
Removed the mention of measurements
2 parents 0a24ab6 + 4766fa7 commit 4a2ab77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tutorials.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ curl localhost:10101/index/patients \
455455
{"success":true}
456456
```
457457

458-
In addition to storing rows of bits, a field can also store integer values. The next steps creates three fields (`age`, `weight`, `tcells`) in the `measurements` field.
458+
In addition to storing rows of bits, a field can also store integer values. The next steps creates three fields (`age`, `weight`, `tcells`) in the `patients` index.
459459
``` request
460460
curl localhost:10101/index/patients/field/age \
461461
-X POST \
@@ -529,7 +529,7 @@ Assuming we have a file called `ages.csv` that is structured like this:
529529
```
530530
where the first column of the CSV represents the patient `ID` and the second column represents the patient's `age`, then we can import the data into our `age` field by running this command:
531531
```
532-
pilosa import -i patients -f measurements --field age ages.csv
532+
pilosa import -i patients --field age ages.csv
533533
```
534534

535535
Now that we have some data in our index, let's run a few queries to demonstrate how to use that data.

0 commit comments

Comments
 (0)