Merge pull request #2051 from himanshug/fix_doc

update the examples for batch reindexing/delta ingestion to use "intervals"
This commit is contained in:
Fangjin Yang 2015-12-05 22:36:13 -08:00
commit b44fedb1cb
1 changed files with 2 additions and 2 deletions

View File

@ -190,7 +190,7 @@ For example
"ingestionSpec" :
{
"dataSource": "wikipedia",
"interval": "2014-10-20T00:00:00Z/P2W"
"intervals": ["2014-10-20T00:00:00Z/P2W"]
}
```
@ -210,7 +210,7 @@ For example
"type" : "dataSource",
"ingestionSpec" : {
"dataSource": "wikipedia",
"interval": "2014-10-20T00:00:00Z/P2W"
"intervals": ["2014-10-20T00:00:00Z/P2W"]
}
},
{