Fix typo in ingestion spec sample (#11433)

* Update index.md

Fix typo in the ingestion spec sample

* fixed more typos
This commit is contained in:
jerryleooo 2021-07-20 13:02:21 +08:00 committed by GitHub
parent 5037493e45
commit c7fdf1d685
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

View File

@ -309,8 +309,8 @@ Example ingestion spec for task type `index_parallel` (native batch):
},
"dimensionsSpec": {
"dimensions": [
{ "type": "string", "page" },
{ "type": "string", "language" },
"page",
"language",
{ "type": "long", "name": "userId" }
]
},
@ -382,8 +382,8 @@ An example `dataSchema` is:
},
"dimensionsSpec": {
"dimensions": [
{ "type": "string", "page" },
{ "type": "string", "language" },
"page",
"language",
{ "type": "long", "name": "userId" }
]
},
@ -660,8 +660,8 @@ An example `parser` is:
},
"dimensionsSpec": {
"dimensions": [
{ "type": "string", "page" },
{ "type": "string", "language" },
"page",
"language",
{ "type": "long", "name": "userId" }
]
}