Merge pull request #1569 from pdeva/patch-2

Specify dynamic dimension schema
This commit is contained in:
Fangjin Yang 2015-07-27 17:36:03 -10:00
commit 0bd904fa36
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ This is a special variation of the JSON ParseSpec that lower cases all the colum
| Field | Type | Description | Required | | Field | Type | Description | Required |
|-------|------|-------------|----------| |-------|------|-------------|----------|
| dimensions | JSON String array | The names of the dimensions. | yes | | dimensions | JSON String array | The names of the dimensions. If this is an empty array, Druid will treat all columns that are not timestamp or metric columns as dimension columns. | yes |
| dimensionExclusions | JSON String array | The names of dimensions to exclude from ingestion. | no (default == [] | | dimensionExclusions | JSON String array | The names of dimensions to exclude from ingestion. | no (default == [] |
| spatialDimensions | JSON Object array | An array of [spatial dimensions](../development/geo.html) | no (default == [] | | spatialDimensions | JSON Object array | An array of [spatial dimensions](../development/geo.html) | no (default == [] |