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