From efe3c9f4a59ed002ce2597db6ab57cf67d052ef4 Mon Sep 17 00:00:00 2001 From: Himanshu Gupta Date: Sun, 6 Dec 2015 00:22:20 -0600 Subject: [PATCH] update the examples for batch reindexing/delta ingestion to use "intervals" instead of deprecated "interval" --- docs/content/ingestion/batch-ingestion.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/ingestion/batch-ingestion.md b/docs/content/ingestion/batch-ingestion.md index 3033cb3d3c1..c34ed59873e 100644 --- a/docs/content/ingestion/batch-ingestion.md +++ b/docs/content/ingestion/batch-ingestion.md @@ -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"] } }, {