Skip to main content
Version: 2.82.x.x LTS

Query REST Service special messages

The [table] below shows special messages of the Query REST Service.

MessageDescriptionJSON response
Key: message.queryservice.indexinginprogressMessage: Indexing of database currently in progress. This may affect the accuracy of results.The Query Service in the background indexes all the supported entities to be able to quickly find results for a given search request. The Query Service begins to index the entities at the moment it is enabled for the first time (and nevisIDM is started). Depending on the amount of data in the system, the indexing may take some time. It is possible to use the Query Service during the indexing process. However, be aware that the service only returns results which index is already set.
{
"response": {
"totalResults": 0,
"from": 0,
"size": 0,
"hits": null
},
"messages": {
"infos": [
"message.queryservice.indexinginprogress",
"Indexing of database currently in progress. This may affect the
accuracy of results."
]
}
}