From 65ab466095d35082440f2665ae903b7c3f1b086b Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Wed, 31 Mar 2021 02:07:35 +0200 Subject: change json to indexed_ts --- skate/schema.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'skate') diff --git a/skate/schema.go b/skate/schema.go index acb2601..30a1c81 100644 --- a/skate/schema.go +++ b/skate/schema.go @@ -206,7 +206,7 @@ type Sitemap struct { // BiblioRef as a prototype for indexing, https://is.gd/yicTom. type BiblioRef struct { Key string `json:"_id,omitempty"` - UpdateTs int64 `json:"update_ts,omitempty"` // XXX: maybe: epoch_millis, https://www.elastic.co/guide/en/elasticsearch/reference/current/date.html + IndexedTs int64 `json:"indexed_ts,omitempty"` // XXX: maybe: epoch_millis, https://www.elastic.co/guide/en/elasticsearch/reference/current/date.html SourceReleaseIdent string `json:"source_release_ident,omitempty"` SourceWorkIdent string `json:"source_work_ident,omitempty"` SourceWikipediaArticle string `json:"source_wikipedia_article,omitempty"` -- cgit v1.2.3