reindex_archive
Scan your photo archive for new or modified images and update the search index. Run after adding photos to make them searchable.
Instructions
Re-index the photo archive for new or modified images.
Scans the archive for new or changed images and updates the search index. This should be run after adding new photos to the archive.
Args: force: If True, re-index ALL images (slow). If False, only index new or modified images (default, recommended)
Returns: Dictionary containing: - success: Whether indexing succeeded - total_images: Total number of images found - indexed: Number of images indexed - errors: Number of errors encountered - duration_seconds: Time taken to complete indexing
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No |