-
Couldn't load subscription status.
- Fork 1
Closed
Description
Incremental indexing can mean:
- repeatedly indexing the same source to identify additions, removals, and changes
- indexing multiple sources (catalogs) and having them contribute to the same aggregate catalog
- this requires the ability to namespace collections to avoid collection naming collisions between catalogs
- both of the above
Notes
- index files should be versioned according to the indexer version that created them, so that behaviour can accommodate differently-versioned files
- need to understand how to retrieve existing index files if remotely located
- how to return them updated?
- understand what happens if paging happens over a data change
- new table required to match root catalog URIs to unique identifiers, allows one root URI without an identifier but not two
Metadata
Metadata
Assignees
Labels
No labels