-
Suggestion
-
Resolution: Unresolved
-
None
-
5
-
11
-
Currently, new created pages cannot retrieved immediately with the Search API:
- https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-search/#api-group-search
- E.g. <INSTANCE_NAME>.atlassian.net/wiki/rest/api/search?cql=type=page&limit=25
Typically, it is necessary to wait a few minutes.
Atlassian strives to always improve the speed of indexing. However there are some technical impediments that currently prevent to reach an immediate presence of the page into the API response, for instance the following event processing times at multiple levels:
- Event generated after creation of the page.
- Processing time for the event to reach indexer server.
- Time taken by indexer server to send the message to us via stream hub.
- Processing time in indexer server.
- Time taken by elastic cluster to index the data.
- Propagate the data to replicas for consistent search response.
However, it would be great if, once a new Confluence page is created, to have the page immediately available in the API response
- duplicates
-
AI-920 CQL searches should be consistent as soon as possible
- Gathering Interest