Skip to content

Commit fd9e9ee

Browse files
docs: update docs on how local indexing works
1 parent bd99527 commit fd9e9ee

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

webui/website/src/content/docs/configuration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ When multiple filters are specified, they are applied in order: excludes first,
111111

112112
## Local Directory Indexing
113113

114-
The `indexer.directories` option lets you index local files so they appear alongside your browser history in search results. Files are indexed automatically when the server starts, running in the background so the server is available immediately.
114+
The `indexer.directories` option lets you index local files so they appear alongside your browser history in search results. Files are indexed automatically when the server starts, running in the background so the server is available immediately. A file watcher monitors configured directories for changes, so new and modified files are indexed automatically without needing to restart the server.
115115

116116
```yaml
117117
indexer:
@@ -132,9 +132,9 @@ Files are indexed recursively, with the following rules:
132132
- Files larger than 1 MB are skipped
133133
- Files matching `sensitive_content_patterns` are skipped
134134

135-
On subsequent server starts, only files that have been modified since they were last indexed are re-processed. File results appear with the domain `local` and are served through the Hister web interface directly.
135+
Changes to indexed directories are picked up automatically by the file watcher — no server restart is needed. On server start, only files that have been modified since they were last indexed are re-processed. File results appear with the domain `local` and are served through the Hister web interface directly.
136136

137-
No reindex is required when adding or removing directoriessimply update the config and restart the server.
137+
No reindex is required when adding or removing filesthey are detected and indexed automatically.
138138

139139
## Access Token
140140

0 commit comments

Comments
 (0)