Timestamp missing for documents inserted via Admin API

Hi,

I’ve have added few documents using Admin API - PUT /api/admin/searchlist/doc

{
“crudMode”:1,
“doc” : {


“last_modified” : “2021-08-18”,

“role”: …,
“boost” “…,
“content”: " how to troubleshoot software download or installation issues”
}
}
I am not seeing timestamp field when I query via /json api. I thought fess would time stamp from last_modified date or create_date. In Elasticsearch the field is null.

Also, I am not getting search result when I use “how to troubleshoot” phrase

Any pointers?

Thanks
vyanaman

timestamp is just one of the fields. So, you can add it to the request.

Thanks. Any reason why “how to” will not any results when insert content via Admin API

“content”: " how to troubleshoot software download or installation issues”