0

got this entry in a query

{
 "id": "MTc4MzcwNTQ4fDE0NDM1MjYyNDg",
 "source": {
   "enriched": {
     "url": {
       "enrichedTitle": {
         "docSentiment": {
           "mixed": "0",
           "score": -0.56943202,
           "type": "negative"
         }
       },
       "publicationDate": {
         "date": "20151028T000000",
         "confident": "false"
       },
       "title": "Deloitte and IBM Watson bring Cognitive Analytics to SA | IT News Africa- Africa\u0027s Technology News Leader"
     }
   }
 },
 "timestamp": 1443526248
},

It seems the date is set to the future (October 28th, 2015)

What kind of data is that?

Mukesh Ram
  • 6,248
  • 4
  • 19
  • 37
Leo
  • 6,480
  • 4
  • 37
  • 52

1 Answers1

1

Look at the confident field. If is false; then, the publicationDate could be wrong. Try to use the timestamp field, at least that will tell you when the document was ingested.

German Attanasio
  • 22,217
  • 7
  • 47
  • 63