From d7651fd96dcfa2829519504e4c8ec1ce511cd57f Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Mon, 7 Nov 2016 21:41:36 +0100 Subject: Big patch merging crawling+indexing into one command, new json document structure --- docs/elasticsearch/doc-html.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/elasticsearch/doc-html.json b/docs/elasticsearch/doc-html.json index 9f93b8e..5045572 100644 --- a/docs/elasticsearch/doc-html.json +++ b/docs/elasticsearch/doc-html.json @@ -1,5 +1,11 @@ { - "status": "indexed", + "status": { + "processed": '2016-10-06T05:13:42+02:00', + "code": 200, + "location": "", + "crdate": "2016-01-30T12:23:42+01:00", + "modate": "2016-01-30T12:23:42+01:00" + }, "type": "html", "subtype": "rsvp", "mimetype": "application/xhtml+xml", @@ -38,6 +44,4 @@ "Another paragraph in the text" ], "tags": ["example", "test", "documentation"], - "crdate": "2016-01-30T12:23:42+01:00", - "modate": "2016-01-30T12:23:42+01:00", } -- cgit v1.2.3