Push API leading practices
Push API leading practices
Keep the following leading practices in mind when using the Push API.
Avoid using custom Push API operations on product-managed Push sources
Avoid setting custom orderingId values
Let the service deal automatically with the orderingId
parameter when making Push API calls (except when performing delete older than operations).
If you have a good reason for setting your own orderingId
values, proceed with caution (see About the orderingId parameter).
Prioritize batch operations
Use single operations only when testing, or when performing small item or security identity updates. Use batch operations the rest of the time.
See:
Using batch operations allows you to keep your number of Push API calls per hour relatively low (see Push API limits).
Update your Push source status
Consider updating the status of a Push source before and after a complete set of operations corresponding to a content update (see Updating the status of a Push source).
For example, right before you start a process that retrieves new and/or updated content to be indexed in a Push source, you should set the status of that source to REBUILD
, RESCAN
, or REFRESH
, as appropriate.
You should then set the status of that source back to IDLE
right after you have finished performing the entire set of Push API operations that actually forward the content update to your index.
Updating your Push source status allows you to keep coherent source activity logs in your Coveo organization.