Skip to main content
Version: 7.2402.x.x RR

Query REST Service special messages

This section shows special messages of the Query REST Service.

Message

  • Key: message.queryservice.indexinginprogress
  • Message: Indexing of database currently in progress. This may affect the accuracy of results.

Description

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.

JSON response

{
"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."
]
}
}