You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When sinequa gets an incoming batch of items to index, it will ping this endpoint to see which collections it should be indexing.
Implementation Considerations
There are many different ways we could implement this.
premade parallel jobs have already been created. the webapp checks the sinequa api to see which ones haven't run, and initiates running
premade json indexers exist. webapp checks to see which ones don't have any content. passes back the first one it sees with no content
Webapp has a to-be-indexed backlog. Each collection carries information about whether it has been indexed on a server and whether it is ready to be indexed on that server. filtering collections on their metadata tells you the indexing desires of the webapp
Deliverable
No response
Dependencies
depends on
The text was updated successfully, but these errors were encountered:
Description
When sinequa gets an incoming batch of items to index, it will ping this endpoint to see which collections it should be indexing.
Implementation Considerations
There are many different ways we could implement this.
Deliverable
No response
Dependencies
depends on
The text was updated successfully, but these errors were encountered: