Synchronizing Primary/Detail Indexes
Changes to the detail table do not trigger re-indexing when you synchronize the index. Only changes to the indexed column in the primary table triggers a re-index when you synchronize the index.
You can create triggers on the detail table to propagate changes to the indexed column in the primary table row.