Ticket #12 (closed enhancement: duplicate)

Opened 7 months ago

Last modified 7 months ago

Indexers requires a remove method

Reported by: guest Assigned to: sylvain
Priority: major Milestone:
Component: amplee Version: Current
Keywords: Cc:

Description

The indexers provided by Amplee (AtomIDIndexer etc.) do not have a remove function. This does not work out well if a particular entry is removed from the

Considerations need to be put in place to ensure that race conditions are handled properly.

Secondly , since the AtomPubCollection?.attach calls the MemberResource?.index method, should the AtomPubCollection?.prune method be calling some function in the MemberResource? class to handle the unsetting of this index or should we just handle the unsetting of the index within the CollectionHandler? code ?

Change History

04/28/08 06:52:31 changed by sylvain

  • status changed from new to closed.
  • resolution set to duplicate.