Ticket #955 (closed story: fixed)
Add re-indexing callback from within `FieldBridge` implementations
| Reported by: | jmoore | Owned by: | jmoore |
|---|---|---|---|
| Priority: | major | Milestone: | 3.0-Beta3 |
| Component: | Search | Version: | 3.0-M1 |
| Keywords: | search, callback, synchronization, stale | Cc: |
Description
Each call to iUpdate.indexObject() or FieldBridge.set() involves a single object. The interface provides the Lucene Document which represents the object. There's no way to access Documents for related objects (like the Images within a Project). A callback should be added to allow such re-indexing.
See: SearchBridges and ticket:954
Change History
Note: See
TracTickets for help on using
tickets.
